|
3 | 3 | "info" : { |
4 | 4 | "title" : "Otoroshi Admin API", |
5 | 5 | "description" : "Admin API of the Otoroshi reverse proxy", |
6 | | - "version" : "17.3.0", |
| 6 | + "version" : "17.3.2", |
7 | 7 | "contact" : { |
8 | 8 | "name" : "Otoroshi Team", |
9 | 9 | "email" : "oss@maif.fr" |
|
18 | 18 | "description" : "Otoroshi website" |
19 | 19 | }, |
20 | 20 | "servers" : [ { |
21 | | - "url" : "http://otoroshi-api.oto.tools:35363", |
| 21 | + "url" : "http://otoroshi-api.oto.tools:43859", |
22 | 22 | "description" : "your local otoroshi server" |
23 | 23 | } ], |
24 | 24 | "tags" : [ { |
|
88 | 88 | "name" : "apiconsumersubscription", |
89 | 89 | "description" : "all the operations about the apiconsumersubscription entity" |
90 | 90 | }, { |
91 | | - "name" : "workflows", |
92 | | - "description" : "all the operations about the workflows entity" |
| 91 | + "name" : "workflow", |
| 92 | + "description" : "all the operations about the workflow entity" |
93 | 93 | }, { |
94 | 94 | "name" : "coraza-config", |
95 | 95 | "description" : "all the operations about the coraza-config entity" |
|
7826 | 7826 | }, |
7827 | 7827 | "/apis/plugins.otoroshi.io/v1/workflows/_template" : { |
7828 | 7828 | "get" : { |
7829 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 7829 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
7830 | 7830 | "summary" : "Return a template of a resource of kind Workflow", |
7831 | 7831 | "operationId" : "plugins.otoroshi.io.Workflow.template", |
7832 | 7832 | "parameters" : [ ], |
|
11367 | 11367 | }, |
11368 | 11368 | "/apis/plugins.otoroshi.io/v1/workflows/_count" : { |
11369 | 11369 | "get" : { |
11370 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 11370 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
11371 | 11371 | "summary" : "Get number of entity of kind Workflow", |
11372 | 11372 | "operationId" : "plugins.otoroshi.io.Workflow.count", |
11373 | 11373 | "parameters" : [ ], |
|
15849 | 15849 | }, |
15850 | 15850 | "/apis/plugins.otoroshi.io/v1/workflows/{id}" : { |
15851 | 15851 | "get" : { |
15852 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 15852 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
15853 | 15853 | "summary" : "Find resource of kind Workflow by its id", |
15854 | 15854 | "operationId" : "plugins.otoroshi.io.Workflow.findById", |
15855 | 15855 | "parameters" : [ { |
|
15909 | 15909 | } |
15910 | 15910 | }, |
15911 | 15911 | "put" : { |
15912 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 15912 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
15913 | 15913 | "summary" : "Updates a specific Workflow using its id", |
15914 | 15914 | "operationId" : "plugins.otoroshi.io.Workflow.updateById", |
15915 | 15915 | "parameters" : [ { |
|
15979 | 15979 | } |
15980 | 15980 | }, |
15981 | 15981 | "patch" : { |
15982 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 15982 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
15983 | 15983 | "summary" : "Updates (using json-patch) a specific Workflow using its id", |
15984 | 15984 | "operationId" : "plugins.otoroshi.io.Workflow.pathById", |
15985 | 15985 | "parameters" : [ { |
|
16049 | 16049 | } |
16050 | 16050 | }, |
16051 | 16051 | "delete" : { |
16052 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 16052 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
16053 | 16053 | "summary" : "Deletes a specific Workflow using its id", |
16054 | 16054 | "operationId" : "plugins.otoroshi.io.Workflow.deleteById", |
16055 | 16055 | "parameters" : [ { |
|
19328 | 19328 | }, |
19329 | 19329 | "/apis/plugins.otoroshi.io/v1/workflows/_bulk" : { |
19330 | 19330 | "post" : { |
19331 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 19331 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
19332 | 19332 | "summary" : "Create multiple Workflow at the same time", |
19333 | 19333 | "operationId" : "plugins.otoroshi.io.Workflow.bulk_create", |
19334 | 19334 | "parameters" : [ ], |
|
19393 | 19393 | } |
19394 | 19394 | }, |
19395 | 19395 | "put" : { |
19396 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 19396 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
19397 | 19397 | "summary" : "Update multiple Workflow at the same time", |
19398 | 19398 | "operationId" : "plugins.otoroshi.io.Workflow.bulk_update", |
19399 | 19399 | "parameters" : [ ], |
|
19458 | 19458 | } |
19459 | 19459 | }, |
19460 | 19460 | "patch" : { |
19461 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 19461 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
19462 | 19462 | "summary" : "Update (using json-patch) multiple Workflow at the same time", |
19463 | 19463 | "operationId" : "plugins.otoroshi.io.Workflow.bulk_patch", |
19464 | 19464 | "parameters" : [ ], |
|
19520 | 19520 | } |
19521 | 19521 | }, |
19522 | 19522 | "delete" : { |
19523 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 19523 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
19524 | 19524 | "summary" : "Delete multiple Workflow at the same time", |
19525 | 19525 | "operationId" : "plugins.otoroshi.io.Workflow.bulk_delete", |
19526 | 19526 | "parameters" : [ ], |
|
20392 | 20392 | }, |
20393 | 20393 | "/apis/plugins.otoroshi.io/v1/workflows" : { |
20394 | 20394 | "get" : { |
20395 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 20395 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
20396 | 20396 | "summary" : "Find all possible Workflow entities", |
20397 | 20397 | "operationId" : "plugins.otoroshi.io.Workflow.findAll", |
20398 | 20398 | "parameters" : [ ], |
|
20446 | 20446 | } |
20447 | 20447 | }, |
20448 | 20448 | "post" : { |
20449 | | - "tags" : [ "workflows", "plugins.otoroshi.io" ], |
| 20449 | + "tags" : [ "workflow", "plugins.otoroshi.io" ], |
20450 | 20450 | "summary" : "Creates a Workflow", |
20451 | 20451 | "operationId" : "plugins.otoroshi.io.Workflow.create", |
20452 | 20452 | "parameters" : [ ], |
@@ -27213,10 +27213,16 @@ |
27213 | 27213 | "properties" : { |
27214 | 27214 | "x$1" : { |
27215 | 27215 | "type" : "number" |
| 27216 | + }, |
| 27217 | + "x$2" : { |
| 27218 | + "type" : "number" |
| 27219 | + }, |
| 27220 | + "x$3" : { |
| 27221 | + "type" : "number" |
27216 | 27222 | } |
27217 | 27223 | }, |
27218 | 27224 | "title" : "Local time", |
27219 | | - "required" : [ "x$1" ] |
| 27225 | + "required" : [ "x$1", "x$2", "x$3" ] |
27220 | 27226 | }, |
27221 | 27227 | "mappingsettings" : { |
27222 | 27228 | "type" : "object", |
|
0 commit comments