Update a schema
PUT/schema/:schemaId
Update a schema
Request
Path Parameters
The schemaId to update
- application/json
Body
Schema data
Possible values: [draft
, open
, closed
]
Possible values: <= 3000 characters
Possible values: <= 32 characters
Name of the schema
Possible values: >= 2 characters
Responses
- 200
- 401
- 403
- 404
- 500
- default
Schema successfully updated
- application/json
- Schema
- Example (from schema)
Schema
Time representation of schema creation
Possible values: <= 3000 characters
Possible values: <= 32 characters
Name of the schema
Unique identifier for Project
Possible values: [draft
, open
, closed
]
Unique identifier for Schema
A json holding certain regulations for the post processing of submissions assigned to the schema
Categories for schema
Url for schema's thumbnail
Unique identifier for Category
Vote threshold
{
"tags": [
"potion",
"health",
"speed"
],
"createdAt": "2024-01-01T09:00:00.00Z",
"description": "This is restores is a legendary potion that restores health and speed",
"name": "string",
"displayThumbnail": "{\"type\":\"DisplayImagePostBlender\",\"width\":512,...",
"approvalMethod": "manual",
"displayInteractive": "{\"type\":\"DisplayBabylon\",\"lighting\":\"default\",...",
"projectId": "p2Duhf5N6",
"state": "draft",
"id": "s11EFBu2XW",
"postProcessing": "{\"unity\":{\"createAssetBundle\":\"true\",...",
"category": [
{
"C12JOqkBM": "Potion"
},
{
"C4DiVkafk": "Speed Potion"
}
],
"thumbnail": "https://file.playmakers.co/s34hfnB4f/djJryHfgW.jpg",
"type": "material",
"categoryId": "C16w81Bvr0",
"voteThresholdSettings": "",
"data": "{\"label\":\"facepaint\",\"children\":{\"albedo\":{\"label\":\"albedo\",..."
}
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"
}
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"
}