Swap Credentials For Connector
curl --request PUT \
--url https://cloud.onyx.app/api/manage/admin/credential/swap \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"new_credential_id": 123,
"connector_id": 123
}
'{
"success": true,
"message": "<string>",
"data": null
}Credentials
Swap Credentials For Connector
PUT
/
manage
/
admin
/
credential
/
swap
Swap Credentials For Connector
curl --request PUT \
--url https://cloud.onyx.app/api/manage/admin/credential/swap \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"new_credential_id": 123,
"connector_id": 123
}
'{
"success": true,
"message": "<string>",
"data": null
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Body
application/json
Was this page helpful?
⌘I