Deploys a component identified by catalog_id.
POST/deploy/item/:catalog_id
Initiates the deployment process for the specified component catalog ID.
Request
Path Parameters
catalog_id stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...