v1

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

Update App Self-Service Status

Enable or disable self-service for an app. Self-service apps can be discovered and run by users in your organization without explicit access being granted.

patch/api/v2/app-builder/apps/{app_id}/self-service

Path parameters

app_idstring uuid required

The ID of the app.

Request body

Example request

{
  "data": {
    "attributes": {
      "selfService": true
    },
    "type": "selfService"
  }
}

Response

No Content