Update an existing app instance.
cURL
curl --request PUT \ --url https://public.api.serval.com/v2/app-instances/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "instanceId": "<string>", "name": "<string>", "defaultAccessPolicyId": "<string>", "accessRequestsEnabled": true } '
{ "data": { "customServiceId": "<string>", "service": "<string>", "id": "<string>", "teamId": "<string>", "instanceId": "<string>", "name": "<string>", "accessRequestsEnabled": true, "defaultAccessPolicyId": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the app instance.
The instance ID of the app instance.
The name of the app instance.
The default access policy for the app instance (optional).
Whether access requests are enabled for the app instance.
Success
The updated app instance.
Show child attributes
Was this page helpful?