project
POST/project.create
project-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
nameRequiredstring
Minimum length: 1descriptionstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/project.one
project-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
projectIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/project.all
project-all
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/project.remove
project-remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
projectIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/project.update
project-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
nameRequiredstring
Minimum length: 1descriptionstring | null
projectIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |