Update submission
PUT/submission/:submissionId
Update submission
Request
Path Parameters
The submissionId to update
- application/json
- multipart/form-data
Body
Submission data
Possible values: [draft
, submitted
, approved
, rejected
, pendingValidation
]
The state of the submission.
Submission title
Submission description
Submission name
Body
Submission data
Possible values: <= 32 characters
Name of the submission
Submission description
Submission title
Array of files to be uploaded
Possible values: [draft
, pendingValidation
, submitted
, approved
, rejected
]
The state of the submission.
Responses
- 200
- 401
- 403
- 404
- default
Submission successfully updated
- application/json
- Schema
- Example (from schema)
Schema
Submission title
Unique identifier for Schema
Possible values: [draft
, pendingValidation
]
State in which the submission is
Unique identifier of the owner
Submission source
Integer representing amount of votes on submission
Submission creation time
Structural data about the submission
Submission description
Possible values: <= 32 characters
Name of the submission
Computation technique
Thumbnail image relative to the submission
Thumbnail data
Integer representing amount of comments on submission
Unique submission identifier
{
"postTitle": " Code face paint for the latest release",
"schemaId": "s2S7KuFGc",
"state": "draft",
"ownerId": "ab1a4ade-6eb9-40cd-bb3e-f274af238649",
"source": "",
"voteCount": 0,
"createdAt": "2024-09-11T10:30:56.168Z",
"data": "{\"schema\":\"facepaint\",\"children\":{\"albedo\":{\"schema\":\"albedo\",\"image\":\"https://file.playmakers.co/S1gf0qsVq/data/facepaint.png\"}}}",
"description": "This is a new submission for a facepaint",
"name": "Screaming Facepaint",
"computation": "default",
"thumbnail": "https://file.playmakers.co/S1gf0qsVq/thumbnail.png",
"creatorDisplayThumbnailData": "",
"commentCount": 0,
"id": "S1gf0qsVq"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Unauthorized access"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Forbidden access"
}
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "An unexpected error occured"
}