Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored and github-actions[bot] committed Jan 31, 2024
1 parent 95aad7d commit ad0e8b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7230,15 +7230,15 @@
{
"apiDescription": "ramls/pieces.raml",
"apiType": "raml",
"interface": "orders-storage.pieces 4.0",
"interface": "orders-storage.pieces 5.0",
"methods": "get:orders_storage_pieces_get post:orders_storage_pieces_post",
"name": "mod-orders-storage",
"path": "/orders-storage/pieces"
},
{
"apiDescription": "ramls/pieces.raml",
"apiType": "raml",
"interface": "orders-storage.pieces 4.0",
"interface": "orders-storage.pieces 5.0",
"methods": "delete:orders_storage_pieces__id__delete get:orders_storage_pieces__id__get put:orders_storage_pieces__id__put",
"name": "mod-orders-storage",
"path": "/orders-storage/pieces/{id}"
Expand Down Expand Up @@ -7302,7 +7302,7 @@
{
"apiDescription": "ramls/receiving-history.raml",
"apiType": "raml",
"interface": "orders-storage.receiving-history 3.2",
"interface": "orders-storage.receiving-history 4.0",
"methods": "get:orders_storage_receiving_history_get",
"name": "mod-orders-storage",
"path": "/orders-storage/receiving-history"
Expand Down Expand Up @@ -7358,7 +7358,7 @@
{
"apiDescription": "ramls/check-in.raml",
"apiType": "raml",
"interface": "receiving 1.2",
"interface": "receiving 2.0",
"methods": "post:orders_check_in_post",
"name": "mod-orders",
"path": "/orders/check-in"
Expand Down Expand Up @@ -7438,7 +7438,7 @@
{
"apiDescription": "ramls/expect.raml",
"apiType": "raml",
"interface": "receiving 1.2",
"interface": "receiving 2.0",
"methods": "post:orders_expect_post",
"name": "mod-orders",
"path": "/orders/expect"
Expand Down Expand Up @@ -7516,15 +7516,15 @@
{
"apiDescription": "ramls/pieces.raml",
"apiType": "raml",
"interface": "pieces 2.1",
"interface": "pieces 3.0",
"methods": "get:orders_pieces_get post:orders_pieces_post",
"name": "mod-orders",
"path": "/orders/pieces"
},
{
"apiDescription": "ramls/pieces.raml",
"apiType": "raml",
"interface": "pieces 2.1",
"interface": "pieces 3.0",
"methods": "delete:orders_pieces__id__delete get:orders_pieces__id__get put:orders_pieces__id__put",
"name": "mod-orders",
"path": "/orders/pieces/{id}"
Expand All @@ -7548,15 +7548,15 @@
{
"apiDescription": "ramls/receive.raml",
"apiType": "raml",
"interface": "receiving 1.2",
"interface": "receiving 2.0",
"methods": "post:orders_receive_post",
"name": "mod-orders",
"path": "/orders/receive"
},
{
"apiDescription": "ramls/receiving-history.raml",
"apiType": "raml",
"interface": "receiving 1.2",
"interface": "receiving 2.0",
"methods": "get:orders_receiving_history_get",
"name": "mod-orders",
"path": "/orders/receiving-history"
Expand Down Expand Up @@ -9539,7 +9539,7 @@
"apiDescription": "src/main/resources/swagger.api/ecs-tlr.yaml",
"apiType": "oas",
"interface": "ecs-tlr 1.0",
"methods": "get:operation/getEcsTlrById",
"methods": "delete:operation/deleteEcsTlrById get:operation/getEcsTlrById put:operation/putEcsTlrById",
"name": "mod-tlr",
"path": "/tlr/ecs-tlr/{requestId}"
},
Expand Down

0 comments on commit ad0e8b3

Please sign in to comment.