Route
Route
System internal field
JSON Example
{
"action": "string",
"path": "string",
"description": "string",
"parameters": [
{
"name": "string",
"description": "string",
"type": "string",
"required": false,
"value": "string",
"paramDef": "string"
}
],
"supportLevel": "string"
}
string
action
Optional
action
Possible values are : GET, POST, PATCH, PUT, DELETE, OPTIONS,
string
path
Optional
path
object
matcher
Optional
matcher
object
handler
Optional
handler
string
description
Optional
description
string
supportLevel
Optional
supportLevel
Possible values are : NOT_SUPPORTED, INTERNAL, DEPRECATED, PUBLIC,