11openapi: 3.0.3
22info:
33 title: InvenTree API
4- version: '427 '
4+ version: '428 '
55 description: API for InvenTree - the intuitive open source inventory management
66 system
77 license:
@@ -12187,7 +12187,7 @@ paths:
1218712187 /api/order/so-allocation/{id}/:
1218812188 get:
1218912189 operationId: order_so_allocation_retrieve
12190- description: API endpoint for detali view of a SalesOrderAllocation object.
12190+ description: API endpoint for detail view of a SalesOrderAllocation object.
1219112191 parameters:
1219212192 - in: path
1219312193 name: id
@@ -12211,7 +12211,7 @@ paths:
1221112211 description: ''
1221212212 put:
1221312213 operationId: order_so_allocation_update
12214- description: API endpoint for detali view of a SalesOrderAllocation object.
12214+ description: API endpoint for detail view of a SalesOrderAllocation object.
1221512215 parameters:
1221612216 - in: path
1221712217 name: id
@@ -12247,7 +12247,7 @@ paths:
1224712247 description: ''
1224812248 patch:
1224912249 operationId: order_so_allocation_partial_update
12250- description: API endpoint for detali view of a SalesOrderAllocation object.
12250+ description: API endpoint for detail view of a SalesOrderAllocation object.
1225112251 parameters:
1225212252 - in: path
1225312253 name: id
@@ -12282,7 +12282,7 @@ paths:
1228212282 description: ''
1228312283 delete:
1228412284 operationId: order_so_allocation_destroy
12285- description: API endpoint for detali view of a SalesOrderAllocation object.
12285+ description: API endpoint for detail view of a SalesOrderAllocation object.
1228612286 parameters:
1228712287 - in: path
1228812288 name: id
@@ -13498,7 +13498,7 @@ paths:
1349813498 /api/order/so/shipment/{id}/:
1349913499 get:
1350013500 operationId: order_so_shipment_retrieve
13501- description: API detail endpooint for SalesOrderShipment model.
13501+ description: API detail endpoint for SalesOrderShipment model.
1350213502 parameters:
1350313503 - in: path
1350413504 name: id
@@ -13522,7 +13522,7 @@ paths:
1352213522 description: ''
1352313523 put:
1352413524 operationId: order_so_shipment_update
13525- description: API detail endpooint for SalesOrderShipment model.
13525+ description: API detail endpoint for SalesOrderShipment model.
1352613526 parameters:
1352713527 - in: path
1352813528 name: id
@@ -13558,7 +13558,7 @@ paths:
1355813558 description: ''
1355913559 patch:
1356013560 operationId: order_so_shipment_partial_update
13561- description: API detail endpooint for SalesOrderShipment model.
13561+ description: API detail endpoint for SalesOrderShipment model.
1356213562 parameters:
1356313563 - in: path
1356413564 name: id
@@ -13593,7 +13593,7 @@ paths:
1359313593 description: ''
1359413594 delete:
1359513595 operationId: order_so_shipment_destroy
13596- description: API detail endpooint for SalesOrderShipment model.
13596+ description: API detail endpoint for SalesOrderShipment model.
1359713597 parameters:
1359813598 - in: path
1359913599 name: id
0 commit comments