Update project
PATCH
/projectsUpdates only the project name and description; task activity is stored separately.
Contract
Parameter | Value |
|---|---|
| Section | projects |
| Authentication | CookieAuth |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | Project ID, name, and description |
{ "ID": 0, "description": "<string>", "name": "<string>" }
Responses
6 responses
Status | Description | Type |
|---|---|---|
200 | Project updated | no body |
400 | Invalid request body | object |
401 | Unauthorized | object |
404 | Project not found | object |
409 | Name is already in use | object |
500 | Internal server error | object |
{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }