Updates an app

Overview

Update an app by code name.

Authentication

Available for Internal Tokens and Directory Tokens.

Token Type Behavior

  • Internal Tokens: Can update any app, including the trusted field
  • Directory Tokens: Can only update apps created by/owned by that directory. Cannot modify the trusted field.

Path Parameter

The {id} in the path must be the app_code_name (string identifier), not the numeric app_id. Use GET /platform/v1/apps to find app_code_name values.

Field Restrictions

  • trusted: This parameter can only be set by Internal Tokens. Directory tokens cannot modify this field.
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!