Skip to content

Commit 5a148b8

Browse files
committed
Update to schema 427 (#175)
Fixes a spelling mistake in the API field labels
1 parent 6d533bf commit 5a148b8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/inventree_test_hash.txt

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

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.426-SNAPSHOT</version>
10+
<version>1.1.427-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: 1 addition & 2 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: '426'
4+
version: '427'
55
description: API for InvenTree - the intuitive open source inventory management
66
system
77
license:
@@ -29137,7 +29137,6 @@ components:
2913729137
priority:
2913829138
allOf:
2913929139
- $ref: '#/components/schemas/PriorityEnum'
29140-
title: Prioriy
2914129140
minimum: -9223372036854775808
2914229141
maximum: 9223372036854775807
2914329142
error_code:

0 commit comments

Comments
 (0)