Update Cc Pair Status
curl --request PUT \
--url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Connectors
Update CC Pair Status
This method returns nearly immediately. It simply sets some signals and optimistically assumes any running background processes will clean themselves up. This is done to improve the perceived end user experience.
Returns HTTPStatus.OK if everything finished.
PUT
/
manage
/
admin
/
cc-pair
/
{cc_pair_id}
/
status
Update Cc Pair Status
curl --request PUT \
--url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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.
Was this page helpful?
⌘I