API Schema
Gateway call request
Schema ApiGatewayCall from lib/api-platform.ts.
Schema
{
"type": "object",
"properties": {
"serviceSlug": {
"type": "string"
},
"operationId": {
"type": "string"
},
"method": {
"type": "string"
},
"path": {
"type": "string"
},
"execute": {
"type": "boolean"
},
"dryRun": {
"type": "boolean"
}
}
}