EaserixDocs
DevelopersAPI referenceCronCrunchEntries

Rename or recolor a tag

View as Markdown
PATCH
/v1/tags/{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/tags/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "tag": {    "id": "string",    "name": "string",    "color": "string",    "created": "2019-08-24T14:15:22Z"  }}