Patch

Patch An Environment

POST https://api.releasehub.com/api/apps/:app_id/environments/:id/patch

Create a

patch

Deployment for an existing Environment. The latest Build for the Environment will be used for the Deployment.

Path Parameters

NameTypeDescription

app_id

string

Release App ID

id

string

Release Environment ID

Headers

NameTypeDescription

X-Account-ID

string

Release Account ID

X-Account-Token

string

Authentication Token

{"message": "Successfully created patch Deployment for staging(1)"}

Last updated