logo
TagsUpdate Tag

Update Tag

Update a tag by UUID

curl -X PUT "https://app.nashra.ai/api/v1/tags/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "name": "Premium",
  "color": "#3366ff"
}'
{
  "data": {
    "uuid": "7b2d4c1e-3f5a-4e8d-9c6b-2a1f3e5d7c9b",
    "name": "VIP",
    "color": "#ff5733",
    "created_at": "2025-01-15T10:30:00+00:00"
  },
  "meta": {}
}
PUT
/tags/{uuid}
PUT
Bearer Token
Bearer Tokenstring
Required

API token generated in Settings > API Tokens

API token generated in Settings > API Tokens
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. API token generated in Settings > API Tokens

Path Parameters

Body

application/json

Responses

dataobject
metaobject