Skip to main content
PUT
/
app
/
organizations
/
{org}
/
roles
/
{role}
/
apps
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {},
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string<uuid>
required
role
integer
required

Body

application/json
app_scope
enum<string>

all => applies to all current and future apps; selected => use app_ids (or [] for no app access).

Available options:
all,
selected
app_ids
integer[]

App IDs used when app_scope=selected. Empty array is allowed and means no app access.

Response

200 - application/json

Success

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 5, 2026