latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Credential Providers
Update credential provider
Update a credential provider's configuration.
patch/org/credential_providers/{id}
Path parameters
idstring required
Credential provider ID
Request body
Example request
{
"cache_ttl_seconds": 300,
"enabled": true,
"name": "my-1password",
"token": "ops_eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."
}Response
Credential provider updated successfully
Example response
{
"created_at": "2025-01-15T10:30:00Z",
"enabled": true,
"id": "credprov_abc123xyz",
"name": "my-1password",
"provider_type": "onepassword",
"updated_at": "2025-01-15T10:30:00Z"
}