Skip to main content
POST
/
workspaces
/
{workspace_id}
/
apps
/
{app_id}
/
enable
Enable App
curl --request POST \
  --url https://api.example.com/workspaces/{workspace_id}/apps/{app_id}/enable/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string<uuid>
required
app_id
string
required

Response

Successful Response