v1

latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KB
Projects

Archive/Unarchive Project

Archive or unarchive a project. Archived projects are hidden from default listings but their data is preserved.

patch/projects/{project_id}/archive

Path parameters

project_idstring required
Example:ev:1234567789001

Project ID

Request body

archivedboolean required

Example request

{
  "archived": true
}

Response

OK

idstring required
namestring required
workspaceIdstring nullable
workspaceNamestring nullable
clientnumber nullable

Client ID

type'board' | 'list'

Project Type

favoriteboolean
usersnumber[] required

List of assigned user IDs

Example response

{
  "id": "as:1234567890",
  "name": "Project Name",
  "type": "board",
  "users": [
    1304,
    1543
  ],
  "rate": {
    "userRateOverrides": {
      "1304": 10000,
      "1543": 5000
    }
  },
  "budget": {
    "type": "money",
    "budget": 100000,
    "period": "general"
  }
}