Update user tags for a node
PUT/v1/groups/:groupId/nodes/:nodeId/tags
Creates or updates user-defined tags for a specific node. The caller must have access to the specified group. Set a tag value to null to delete it.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Tags updated successfully
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error