cURL
curl --request PUT \ --url https://api.example.com/api/stores/{storeId}/provider-credentials/{id} \ --header 'Content-Type: application/json' \ --cookie better-auth.session_token= \ --data ' { "configuration": {} } '
{ "id": "<string>", "providerId": "<string>", "storeId": "<string>", "status": {}, "active": true, "createdAt": "<string>", "updatedAt": "<string>", "userId": "<string>", "organizationId": "<string>" }
Replaces the encrypted configuration for an existing provider credential.
Show child attributes
Default Response
Was this page helpful?