Chat
Add a library to a chat
Enables a library in a chat by creating a new association
post/chats/{chat_id}/libraries/{library_id}
Path parameters
chat_idinteger required
library_idinteger required
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-16T08:00:00Z",
"creator_user_id": 12,
"updater_user_id": 12,
"chat_id": 1,
"library_id": 1
}