standards
API ReferenceDocuments

Add slot

POST
/documents/{id}/slots

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/documents/string/slots" \  -H "Content-Type: application/json" \  -d '{    "slotName": "string",    "fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc"  }'
Empty