apiCredentials
Update an API Credential
Update the specified API Credential.
patch/v1/organizations/{organizationId}/api-credentials/{apiCredentialId}
Path parameters
organizationIdstring required
The <code>id</code> of the Organization whose API Credential you want to update.
apiCredentialIdstring required
The <code>clientId</code> of the API Credential to update.
Request body
Example request
{
"name": "Auto-Manage-Workspaces",
"description": "Used for automated Workspace management",
"enabled": true,
"roles": {
"workspaces": [
{
"workspaceId": "main"
}
]
},
"ipAllowlist": [
"10.0.0.1/32"
]
}Response
API Credential updated