Create up to 100 writeback requests.
Request to create.
required | Array of objects (Items) [ 0 .. 100 ] items |
List of created endpoints
Response for a failed request
Validation Error
{- "items": [
- {
- "endpointId": "string",
- "request": [
- {
- "key": "string",
- "fileId": "string",
- "payload": { }
}
]
}
]
}
{- "items": [
- {
- "requestId": "string",
- "request": [
- {
- "payload": { }
}
], - "status": "pending",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}