curl --location --request POST 'https://dashboard.laburen.com/api/annotations/tags' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <API_KEY>' \ --data-raw '{ "name": "bug" }'
{ "id": "clxxxxxxxxxxxxxxxxx", "name": "bug", "organizationId": "clxxxxxxxxxxxxxxxxx", "createdAt": "2025-01-15T10:30:00.000Z", "updatedAt": "2025-01-15T10:30:00.000Z" }
Create a new annotation tag for the organization.
Was this page helpful?