Update admin and/or user tags for a node (admin)
PUT/v1/admin/nodes/:nodeId/tags
Creates or updates admin and/or user tags for a specific node. Only super admin users can access this endpoint. Admin can write both admin and user tags. 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