الانتقال إلى المحتوى الرئيسي
POST
/
admin
/
tool
/
custom
/
validate
Validate Tool
curl --request POST \
  --url https://cloud.gorbit.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": {}
    }
  ]
}

التفويضات

Authorization
string
header
مطلوب

Authorization header with Bearer token

الجسم

application/json
definition
Definition · object
مطلوب

الاستجابة

Successful Response

methods
MethodSpec · object[]
مطلوب