init.Tasks openapi.json inittasks.com

4 routes

/tags

4 routes.

GET /v1/tags

List tags

Scopestags:read

Query

parameter type limit
limit integer optional max 200
cursor string optional max 4096 chars
updated_since string optional max 24 chars

Errorsunauthorized · rate_limited

POST /v1/tags

Create a tag, or return the existing one

Scopestags:write

Request body

field type limit
name string required max 64 chars, min 1
colorHex string optional max 16 chars, —

Errorsunauthorized · rate_limited

PATCH /v1/tags/{id}

Change a tag colour (renaming is refused)

Scopestags:write

Request body

field type limit
colorHex string required max 16 chars, —

Errorsvalidation_failed · unauthorized · rate_limited

DELETE /v1/tags/{id}

Delete a tag and remove it from every to-do

Scopestags:write

Errorsunauthorized · rate_limited