Update app override

Update an app override's name, custom field values, or OAuth client selection

put/v1/connect/{project_id}/app_overrides/{id}

Request body

namestring

Name of the override, unique per owner

oauth_app_idstring nullable

Hash ID of the custom OAuth client to use. Pass null to clear it.

cfmapobject

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

Response

app override updated

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