Skip to content

Commit 6c429ca

Browse files
committed
Changes made to openapi spec
1 parent d309de6 commit 6c429ca

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,4 @@ requirements.txt
305305
setup.cfg
306306
setup.py
307307
test/__init__.py
308-
test/test_default_api.py
309308
tox.ini

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12-
<a name="4.7.1"></a>
12+
<a name="4.8.0"></a>
1313

14-
## [4.7.1] - 2024-10-08
14+
## [4.8.0] - 2024-10-08
1515

1616
### Added
1717

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@
21902190
"x-enum-type-c-sharp": "StatusEnum",
21912191
"enum": ["success", "no_context"],
21922192
"x-enum-varnames": ["SUCCESS", "NO_CONTEXT"],
2193-
"x-enum-varnames-python": ["success", "no_context"]
2193+
"x-enum-varnames-values": ["success", "no_context"]
21942194
}
21952195
}
21962196
},

0 commit comments

Comments
 (0)