Related schemas
- Custom Tag — field reference for custom tag objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v2/custom-tags | Create custom tag |
| GET | /api/v2/custom-tags | List custom tag |
| GET | /api/v2/custom-tags/{id} | Get custom tag |
| PATCH | /api/v2/custom-tags/{id} | Patch custom tag |
| DELETE | /api/v2/custom-tags/{id} | Delete custom tag |
| POST | /api/v2/custom-tags/toggle-resource | Assign or unassign tags to resources |