Associate Credential To Connector
curl --request PUT \
--url https://cloud.onyx.app/api/manage/connector/{connector_id}/credential/{credential_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"auto_sync_options": {},
"groups": [
123
]
}
'{
"success": true,
"message": "<string>",
"data": 123
}Credentials
Associate Credential To Connector
NOTE(rkuo): internally discussed and the consensus is this endpoint and create_connector_with_mock_credential should be combined.
The intent of this endpoint is to handle connectors that actually need credentials.
PUT
/
manage
/
connector
/
{connector_id}
/
credential
/
{credential_id}
Associate Credential To Connector
curl --request PUT \
--url https://cloud.onyx.app/api/manage/connector/{connector_id}/credential/{credential_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"auto_sync_options": {},
"groups": [
123
]
}
'{
"success": true,
"message": "<string>",
"data": 123
}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