standards
API ReferenceDocuments

Attach file

POST
/documents/attach

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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