This commit is contained in:
Yuri Kuznetsov
2023-05-28 21:07:12 +03:00
parent bf5468d4f4
commit d3d8a5dc25

View File

@@ -6,11 +6,11 @@
"type": "array",
"items": {
"type": "object",
"description": "An endpoint.",
"description": "A route.",
"properties": {
"route": {
"type": "string",
"description": "A route. Example: `/MyScope/:id/myAction`."
"description": "A route path. Example: `/MyScope/:id/myAction`."
},
"method": {
"type": "string",
@@ -26,7 +26,7 @@
},
"noAuth": {
"type": "boolean",
"description": "Makes the endpoint not requiring authentication."
"description": "Makes the route not requiring authentication."
},
"actionClassName": {
"type": "string",