cURL
curl --request PATCH \ --url https://vision.pingintel.com/api/v1/submission/{id}/change_status \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "workflow_status_uuid": 123 }'
200
example
{ "status": "<string>"}
Change the workflow status of a submission.
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Token
Bearer
The pingid of the submission.
Success response.
The response is of type object.
object