Add files to a Dataroom
Select
SaaS
Customer Managed
Set array access nodes for the storage array entry
Path Parameters
- id int32 required
- application/json
Request Body required
Request payload
- dataSourceId int32
Risk Analysis Datasource id
- isBulkOperation boolean
Is it a bulk add operation
- items string
JSON string of selected file objects
- searchRequest string
Formatted solr query for selected files
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...