Create a new submission for schemaId
POST/submission
Create a new submission for schemaId
Request
- application/json
- multipart/form-data
Body
Submission data
Submission description
Submission title
Possible values: <= 32 characters
Name of the submission
Possible values: [draft
, pendingValidation
]
State in which the submission is
Submission source
Unique identifier for Schema
Thumbnail data
Body
Submission data
Possible values: [draft
, pendingValidation
]
State in which the submission is
Submission files to be uploaded
Submission title
Submission description
Unique identifier for Schema
Submission name
Responses
- 201
- 400
- 401
- 403
- 404
- 429
- 500
- default
Submission successfully created
- application/json
- Schema
- Example (from schema)
Schema
Structural data about the submission
Submission description
Submission title
Integer representing amount of comments on submission
Submission creation time
Possible values: <= 32 characters
Name of the submission
Computation technique
Possible values: [draft
, pendingValidation
]
State in which the submission is
Submission source
Unique identifier for Schema
Unique identifier of the owner
Integer representing amount of votes on submission
Thumbnail image relative to the submission
Unique submission identifier
Thumbnail data
{
"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",
"postTitle": " Code face paint for the latest release",
"commentCount": 0,
"createdAt": "2024-09-11T10:30:56.168Z",
"name": "Screaming Facepaint",
"computation": "default",
"state": "draft",
"source": "",
"schemaId": "s2S7KuFGc",
"ownerId": "ab1a4ade-6eb9-40cd-bb3e-f274af238649",
"voteCount": 0,
"thumbnail": "https://file.playmakers.co/S1gf0qsVq/thumbnail.png",
"id": "S1gf0qsVq",
"creatorDisplayThumbnailData": ""
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Bad Request"
}
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"
}
Rate limit exceeded: 10 submissions/day
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "Internal Server Error"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "An unexpected error occured"
}