v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
App Builder

Update App Protection Level

Update the publication protection level of an app. When set to approval_required, future publishes must go through an approval workflow before going live.

patch/api/v2/app-builder/apps/{app_id}/protection-level

Path parameters

app_idstring uuid required

The ID of the app.

Request body

Example request

{
  "data": {
    "attributes": {
      "protectionLevel": "approval_required"
    },
    "type": "protectionLevel"
  }
}

Response

OK