Update submission status
Update the status of a specific submission
x-api-key<token>
API key for authentication
In: header
Path Parameters
submissionIdstring
Unique identifier of the submission to update
New status for the submission
statusstring
New status for the submission
Value in
"pending" | "completed"Response Body
curl -X PATCH "https://api.easepop.dev/api/submission/string" \
-H "Content-Type: application/json" \
-d '{
"status": "completed"
}'{
"message": "Submission status updated successfully",
"submissionId": "123e4567-e89b-12d3-a456-426614174000",
"status": "completed"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}