Create a draft version from a snapshot
POST
/v1/knowledge/{libraryId}/versionsHow to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| libraryId | path | string | Yes | Knowledge library ID |
Query parameters
None.
Body schema
Content type: application/json · Optional
| Field | Type | Required | Description |
|---|---|---|---|
| sourceVersionId | string | No | — |
| name | string | No | Human-readable name. |
| description | string | No | Human-readable description. |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
201Knowledge version created
None.
Create a draft version from a snapshot
Loading...
Response 201
Loading...