acedatacloud_update_credential
Modify an API credential's spend limit, name, expiry, or allowed APIs. Confirmation is required to apply the changes.
Instructions
Update credential limits, name, expiry, or API allowlist. Requires confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name. | |
| confirm | No | Must be true to update the credential. | |
| expired_at | No | New ISO-8601 expiry; omitted leaves unchanged. | |
| credential_id | Yes | Credential UUID. | |
| limited_amount | No | New spend cap in Credits; null leaves unchanged. | |
| allowed_api_ids | No | API UUID allowlist; [] clears the restriction. | |
| clear_expired_at | No | Set the expiry to null. | |
| clear_limited_amount | No | Set the spend cap to null. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |