App Configurations
Update App Configuration
Update an app configuration by app name. If a field is not included in the request body, it will not be changed.
PATCH
Authorizations
API key for authentication
Path Parameters
Body
application/json
security scheme type for an app (or function if support override)
Available options:
no_auth
, api_key
, http_basic
, http_bearer
, oauth2
Response
200
application/json
Successful Response
security scheme type for an app (or function if support override)
Available options:
no_auth
, api_key
, http_basic
, http_bearer
, oauth2