Skip to content

Structure of JSON in API calls are different in Windows #5

Description

@hal9000-hub

Some API call examples have a JSON body that does not work in Windows. For example,

-d "{"request":"ProcessRun_StartRq","processRunId":"pr-2640"}"

doesn't work in windows (works in Linux) but:

-d "{\"request\":\"ProcessRun_StartRq\",\"processRunId\":\"pr-2640\"}"

works in windows.

Can you either update the JSON bodies in the request examples or give a note about this discrepancy between Windows and Linux .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions