Create app override

Create an app override with pre-defined custom field values

post/v1/connect/{project_id}/app_overrides

Request body

appstring required

The app's ID or name slug

namestring required

Name of the override, unique per owner

oauth_app_idstring

Hash ID of the custom OAuth client to use

cfmapobject

Pre-defined custom field values, keyed by the app's custom field names. Sensitive (password-type) fields are rejected.

Response

app override created

idstring required

Hash ID for the app override

namestring required

Name of the override, unique per owner

oauth_app_idstring nullable

Hash ID of the custom OAuth client the override selects, if any

cfmapobject required

Pre-defined custom field values, keyed by the app's custom field names. Sensitive (password-type) fields cannot be pre-defined.

owner_idstring required

Hash ID of the owner: the workspace (o_...) or the project (proj_...)

created_atstring date-time
updated_atstring date-time

Changes

Changed in 1 of the 2 revisions of this API.1