App Instance API
Update App Instance
Update an existing app instance.
PUT
Update App Instance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the app instance.
Body
application/json
The external service instance ID (e.g., GitHub org name, Okta domain, AWS account ID).
The name of the app instance.
The default access policy for the app instance (optional).
Whether access requests are enabled for the app instance.
Response
Success
The updated app instance.
Update App Instance

