Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Requesting changes to 'Update a workflow session by id' (patch-workflow-session) #367

Open
zachary-tarantinowoolson-sp opened this issue Oct 3, 2023 · 0 comments

Comments

@zachary-tarantinowoolson-sp

Describe the bug
The examples / Request JSON Body parameters show options for updating the "status' of a workflow session. However, the JSON key to use for the request body is "status_uid" .

Using "status" in the request body will not update the value on the workflow session. However, the Response Body having the JSON key as 'status' is correct.

Example Response Body for a workflow session:
image

Request body with "status" key, and Response body showing that they "status" value did not update to 'closed'
image

Request body with "status_uid" key, and Response body showing that they "status" value did update to 'closed'
image

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

No branches or pull requests

1 participant