Tags API-Tags
Number of APIs: 6
-
Create tag POST {{baseUrl}}/tags?aid=1234
-
Create multiple tags POST {{baseUrl}}/tags/bulk?aid=1234
-
Delete tag DELETE {{baseUrl}}/tags/:id?aid=1234
-
List tags GET {{baseUrl}}/tags?aid=1234&expand=assignments
-
Retrieve tag GET {{baseUrl}}/tags/:id?aid=1234&expand=assignments
-
Update tag PUT {{baseUrl}}/tags/:id?aid=1234