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

/api/user/tags/{id}

Fetch a specific tag by ID, ensuring it is owned by the authenticated user.

GET/api/user/tags/{id}

Path Parameters

id*string

Response Body

application/json

application/json

{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "color": "string",
  "files": [
    {
      "id": "string"
    }
  ]
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}