EaserixDocs
DevelopersAPI referenceFormsProjects

Rename, recolor, or share a project

Partial update of name/color/visibility. Owner-only — a project shared with the caller by a teammate is readable but returns 403 here. visibility must be private or org.

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

In: header

Path Parameters

pid*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

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