Queue import commit
Commit a knowledge-base import with optional row overrides, or commit a PDF batch with one publication intent and one schedule for all included documents.…
Commit a knowledge-base import with optional row overrides, or commit a PDF batch with one publication intent and one schedule for all included documents. Document publish and schedule items require a category and access_level. Draft items may omit category. The server rejects camel-case aliases.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/imports/string/commit" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "state": "created", "event_id": "string", "error": "string"}How is this guide?