This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"label": "Linode Integration",
"secret": "1f67500d-407d-46b2-9a66-4d8179169dbb",
"username": "AKIA3AIDCANJAWTU2DOI",
"region": "us-southeast-1"
}
curl --location -g --request PATCH 'https://manage.runcloud.io/api/v3/settings/externalapi/{{apiId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "Linode Integration",
"secret": "1f67500d-407d-46b2-9a66-4d8179169dbb",
"username": "AKIA3AIDCANJAWTU2DOI",
"region": "us-southeast-1"
}'
{
"id": 555,
"label": "Cloudflare Integration",
"service": "cloudflare",
"secret": "1f67500d-407d-46b2-9a66-4d8179169dbb",
"created_at": "2024-07-15 09:22:50"
}