Add an sandbox
POST/sandboxes
add by json sandbox
Request
- application/json
Body
required
Add sandboxes
object
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "status bad request"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "status bad request"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": 400,
"message": "status bad request"
}
Loading...