PATCH
/
api
/
v1
/
submission
/
{id}
/
document
/
{filename}
curl --request PATCH \
  --url https://vision.pingintel.com/api/v1/submission/{id}/document/{filename} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "filename": "<string>",
  "document_type": "SOV",
  "is_archived": true
}'
{
  "filename": "<string>",
  "document_type": "SOV",
  "is_archived": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

filename
string
required

The filename of the document to update.

id
string
required

The pingid of the submission.

Body

application/json

Response

200
application/json

The response is of type object.