Api Tag Assignments Tags Objects Destroy

Create or delete a tag assignment. Endpoints: POST /api/tag-assignments/{feature_type}/tags/{tag_id}/objects/{object_id}/ DELETE /api/tag-assignments/{feature_type}/tags/{tag_id}/objects/{object_id}/ Input (POST/DELETE): - feature_type (path): One of ResourceTypeChoices - tag_id (path): GenericTag.id to assign/remove - object_id (path): Target feature object id - Body (POST): {} (all params from path; organization is auto-set) Returns: - POST: 201 Created with TagManager object - DELETE: 204 No Content on success, 404 if assignment not found

Authentication

AuthorizationBearer
JWT access token or Respan API key

Path parameters

feature_typestringRequired
object_idstringRequired
tag_idstringRequired