Create project
POST/v1/private/projects
Get project
Request
- application/json
Body
name stringrequired
description string
Possible values: Value must match regular expression (?s)^\s*(\S.*\S|\S)\s*$
Responses
- 201
- 400
- 422
Created
Response Headers
Location
string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
errors string[]
{
"errors": [
"string"
]
}
Unprocessable Content
- application/json
- Schema
- Example (from schema)
Schema
errors string[]
{
"errors": [
"string"
]
}
Loading...