Validate Tool
curl --request POST \
--url https://cloud.onyx.app/api/admin/tool/custom/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"definition": {}
}
'{
"methods": [
{
"name": "<string>",
"summary": "<string>",
"path": "<string>",
"method": "<string>",
"spec": {}
}
]
}Actions
Validate Tool
POST
/
admin
/
tool
/
custom
/
validate
Validate Tool
curl --request POST \
--url https://cloud.onyx.app/api/admin/tool/custom/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"definition": {}
}
'{
"methods": [
{
"name": "<string>",
"summary": "<string>",
"path": "<string>",
"method": "<string>",
"spec": {}
}
]
}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