PATCH
/
api
/
v1
/
submission
/
{id}
/
change_status
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
}'
{
"status": "<string>"
}

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

id
string
required

The pingid of the submission.

Body

Response

200
application/json

Success response.

The response is of type object.