Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.arklow.io/v1/orgs/{org_id}/credentials/{id} \ --header 'Content-Type: application/json' \ --header 'x-arklow-auth: <api-key>' \ --data ' { "label": "<string>", "metadata": {}, "secret": { "AWS_ACCESS_KEY_ID": "<string>", "AWS_SECRET_ACCESS_KEY": "<string>" } } '
{ "data": { "id": "<string>", "org_id": "<string>", "type": "<string>", "provider": "<string>", "updated_at": "2023-11-07T05:31:56Z", "label": "<string>", "version": 123, "metadata": {}, "expires_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
^[0-9]+$
Show child attributes
Default Response