API

Change some submission properties by using the API.

To change some properties of a submission, you need to do a PATCH request to your resource's endpoint.

Partially update a submission.

PATCH /v2/submissions/{id}

Path Parameters

NameTypeDescription

id*

long

Submission's ID.

Query Parameters

NameTypeDescription

apiKey*

string

User's API Key.

Request Body

NameTypeDescription

selected

boolean

Update the submission's selected state.

comment

string

Update the submission's comment.