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 Nov 30, 2024
1 parent cc129e4 commit 2ef0be9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4859,7 +4859,7 @@
"apiDescription": "ramls/finance-data.raml",
"apiType": "raml",
"interface": "finance-storage.finance-data 1.0",
"methods": "get:finance_storage_finance_data_get",
"methods": "get:finance_storage_finance_data_get put:finance_storage_finance_data_put",
"name": "mod-finance-storage",
"path": "/finance-storage/finance-data"
},
Expand Down Expand Up @@ -8364,6 +8364,14 @@
"name": "mod-orders",
"path": "/orders/pieces"
},
{
"apiDescription": "ramls/pieces-batch.raml",
"apiType": "raml",
"interface": "pieces 3.1",
"methods": "put:orders_pieces_batch_status_put",
"name": "mod-orders",
"path": "/orders/pieces-batch/status"
},
{
"apiDescription": "ramls/pieces-requests.raml",
"apiType": "raml",
Expand Down
1 change: 1 addition & 0 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,7 @@
"ramls/order-lines.raml",
"ramls/order-templates.raml",
"ramls/order.raml",
"ramls/pieces-batch.raml",
"ramls/pieces-requests.raml",
"ramls/pieces.raml",
"ramls/po-number.raml",
Expand Down

0 comments on commit 2ef0be9

Please sign in to comment.