Supports the synchronization and modification of update tags properties via the API.
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
GroupID
Tags JSON
addTags
removeTags
replaceTags
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/taggroups/55/tags
{ "addTags": [ "hr policies", "benefits" ], "removeTags": [ "legacy" ] }
{ "IsError": false, "ResponseData": { "TagGroupID": 55, "TagGroupName": "Human Resources", "Tags": [ { "TagID": 1905, "TagGroupID": 55, "TagName": "legacy", "EntityID": 0, "EntityType": 0, "SpaceID": 0, "TagWeight": 0, "TagCount": 0, "IsPromoted": false, "TenantID": 0 }, { "TagID": 1906, "TagGroupID": 55, "TagName": "benefits", "EntityID": 0, "EntityType": 0, "SpaceID": 0, "TagWeight": 0, "TagCount": 0, "IsPromoted": false, "TenantID": 0 }, { "TagID": 1907, "TagGroupID": 55, "TagName": "hr-policies", "EntityID": 0, "EntityType": 0, "SpaceID": 0, "TagWeight": 0, "TagCount": 0, "IsPromoted": false, "TenantID": 0 } ], "TenantID": 0 } }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/110479/rest-api-update-tags-in-the-tag-group
Your session has expired. You are being logged out.