VibeHost
API referenceApiV1WorkspacesWorkspaceidAppsAppidPromote

/api/v1/workspaces/{workspaceId}/apps/{appId}/promote

POST
/api/v1/workspaces/{workspaceId}/apps/{appId}/promote

Authorization

bearerAuth apps:deploy
AuthorizationBearer <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/api/v1/workspaces/string/apps/string/promote" \  -H "Content-Type: application/json" \  -d '{}'
Empty