v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Assistant

Add a tag to an assistant

Attach a tag to an assistant.

post/assistants/{assistant_id}/tags/{tag_id}

Path parameters

assistant_idinteger required
tag_idinteger required

Query parameters

cookie_namestring nullable

Response

Successful Response

created_atstring date-time

UTC timestamp when the record was created.

updated_atstring date-time

UTC timestamp when the record was last updated.

tag_idinteger required

ID of the tag being applied.

taggable_typestring required

Resource type this tag is attached to.

taggable_idinteger required

ID of the resource.

tenant_idinteger required

ID of the tenant that owns the tagging.

creator_user_idinteger nullable

ID of the user who attached the tag.

Example response

{
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-16T08:00:00Z",
  "tag_id": 1,
  "tenant_id": 1
}