QRcodly
APITag

Set short URL tags

PUT
/tag/short-url/{id}

Replaces all tags assigned to a short URL with the provided list of tag IDs. Pass an empty array to remove all tags. Returns the updated list of tags.

Authorization

bearerAuth
AuthorizationBearer <token>

Authenticate with a Bearer token. Pass your API key in the Authorization header: Authorization: Bearer <your-api-key>

In: header

Path Parameters

id*string

Short URL UUID to assign tags to

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/tag/short-url/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "tagIds": []  }'
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z",    "name": "string",    "color": "string",    "createdBy": "string",    "qrCodeCount": 0  }]
{  "message": "string",  "code": 0}
{  "message": "string",  "code": 0}
{  "message": "string",  "code": 0}
{  "message": "string",  "code": 0}
{  "message": "string",  "code": 0}