Skip to main content
PUT
Update App Instance

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the app instance.

Body

application/json
externalServiceInstanceId
string

The external service instance ID (e.g., GitHub org name, Okta domain, AWS account ID).

name
string

The name of the app instance.

defaultAccessPolicyId
string | null

The default access policy for the app instance (optional).

accessRequestsEnabled
boolean

Whether access requests are enabled for the app instance.

Response

Success

data
data · object

The updated app instance.