cURL
curl --request POST \ --url https://api.sevalla.com/v2/applications/promote \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source_app_id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "target_app_ids": [ "fb5e5168-4281-4bec-94c5-0d1584e9e657" ] } '
{ "promote": [ { "target_app_id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "deployment_id": "fb5e5168-4281-4bec-94c5-0d1584e9e657" } ] }
Promote an application in a pipeline to the next stage.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Source application ID to promote from
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Target application IDs to promote to
1
Default Response
Show child attributes
Was this page helpful?