Skip to main content
POST
Update Libraries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant
string
required

The domain of the customer

Example:

"example.com"

Body

application/json
id
string | null
name
string | null
state
string | null
use_default_capabilities
boolean | null

Whether this library uses tenant default capabilities.

capabilities
ApiLibraryCapability · object[]

List of library capabilities

indexation_status
ApiIndexationStatus · object | null
statistics
ApiStatistics · object | null
default_agent_id
string | null

Default agent ID for this library, overrides tenant default.

Response

Successful Response