Creates a new resource publication
Creates a new resource publication
- application/json
Request Body required
resourcePublicationList object[]
resourceId stringresourceType stringtargetEdcUrls url[]
Responses
- 202
- 400
- 409
Resource publication was successfully created. Returns the resource publication Id
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
items object[]
publicationId int64transactionIdList int64[]
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"publicationId": 0,
"transactionIdList": [
0
]
}
]
}
}
Request body was malformed
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Resource publication could not be created, because current publication is pending.
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...