HTTP Node Properties
Last updated
Was this helpful?
method (string, enum)The HTTP method to be offered by this particular route node
This element must be one of the following enum values:
POST
PUT
GET
DELETE
route (string)The additional route path of this particular HTTP node, preceded by the server's base url
Examples: "/my/individual/route", "/testroute"
Last updated
Was this helpful?
Was this helpful?

