EaserixDocs
DevelopersAPI referenceCronCrunchProjects

Edit or share a project

Owner-only. A project a teammate shared with the organization can be read and logged against, but not edited — it answers 403, not 404. Sending clientId as an empty string clears the client.

View as Markdown
PATCH
/v1/projects/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/projects/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "project": {    "id": "string",    "name": "string",    "color": "string",    "hourlyRate": 0,    "billable": true,    "clientId": "string",    "clientName": "string",    "created": "2019-08-24T14:15:22Z",    "visibility": "string",    "ownerId": "string",    "budgetSeconds": 0  }}