Library
Update a library
Update name and/or description of an existing library.
patch/libraries/{library_id}
Path parameters
library_idinteger required
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "Platform Knowledge Base",
"description": "Updated docs and runbooks."
}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,
"id": 1,
"tenant_id": 1,
"name": "Company Knowledge Base",
"description": "Shared documents for the whole company"
}