Skip to main content
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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Body

application/json
definition
Definition · object
required

Response

Successful Response

methods
MethodSpec · object[]
required