/workspaces/{workspaceId}/apps/{appId}/promote
Authorization
bearerAuth apps:deployAuthorizationBearer <token>
In: header
Scope: apps:deploy
Path Parameters
workspaceId*string
appId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/workspaces/string/apps/string/promote" \ -H "Content-Type: application/json" \ -d '{}'Empty