You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Request body with "status" key, and Response body showing that they "status" value did not update to 'closed'
Request body with "status_uid" key, and Response body showing that they "status" value did update to 'closed'
The text was updated successfully, but these errors were encountered:
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:
Request body with "status" key, and Response body showing that they "status" value did not update to 'closed'
Request body with "status_uid" key, and Response body showing that they "status" value did update to 'closed'
The text was updated successfully, but these errors were encountered: