⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/tags/{id}

Update the name and/or color of a specific tag.

PATCH/api/user/tags/{id}

Path Parameters

id*string

Request Body

application/json

Response Body

application/json

application/json

curl -X PATCH "https://example.com/api/user/tags/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z",  "name": "string",  "color": "string",  "files": [    {      "id": "string"    }  ]}