Skip to content

Commit 8b00433

Browse files
committed
Update to schema 428 (#177)
Various typo fixes in API - no functional changes
1 parent 17af913 commit 8b00433

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/inventree_test_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7c7d7b6a21c5d255cf7bc568a5f182887ce72166
1+
be5814112dcdb957598e554397d095abd786058e

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.w3asel</groupId>
88
<artifactId>inventree-sdk-java</artifactId>
99
<packaging>jar</packaging>
10-
<version>1.1.427-SNAPSHOT</version>
10+
<version>1.1.428-SNAPSHOT</version>
1111

1212
<name>InvenTree SDK (Java)</name>
1313
<description>A Java implementation of the OpenAPI spec published by InvenTree.</description>

src/main/resources/api.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
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

Comments
 (0)