Update project by id
PATCH/v1/private/projects/:id
Update project by id
Request
Path Parameters
id uuidrequired
- application/json
Body
name string
Possible values: Value must match regular expression (?s)^\s*(\S.*\S|\S)\s*$
description string
Possible values: Value must match regular expression (?s)^\s*(\S.*\S|\S)\s*$
Responses
- 204
- 400
- 422
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
code int32
message string
details string
{
"code": 0,
"message": "string",
"details": "string"
}
Unprocessable Content
- application/json
- Schema
- Example (from schema)
Schema
code int32
message string
details string
{
"code": 0,
"message": "string",
"details": "string"
}