Initiates the delivery of a component identified by catalog_id.
POST/delivery/startItem/:catalog_id
Starts the delivery process for the specified component catalog ID and returns the delivery status.
Request
Path Parameters
catalog_id stringrequired
Responses
- 200
- 500
- text/plain
- Schema
Schema
string
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...