Description
Change a status on a project.
The current user must have administrator project management rights on the organization.
URL
https://api.skriv.com/v1/project/setStatus/orgId/projectId
| Field | Type | Description |
|---|---|---|
| orgId | int | Organization ID |
| projectId | int | Project ID |
GET parameters
| Field | Type | Description |
|---|---|---|
| done | bool | Optional. true to mark the project as done, false to mark it as not done. |
| archived | bool | Optional. true to archive the project, false to unarchive it. |