Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open API quality fixes. #565

Merged
merged 6 commits into from
Nov 21, 2023
Merged

Conversation

akaliszuk
Copy link
Contributor

No description provided.

@akaliszuk akaliszuk marked this pull request as ready for review November 17, 2023 11:45
@@ -73746,7 +73772,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpsertProductRequestBody"
"$ref": "#/components/schemas/CreateProductRequestBody"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shall be ProductsCreateProductRequestBody

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe ProductsCreateSingleRequestBody or ProductsCreateRequestBody

@@ -74075,7 +74101,7 @@
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BulkUpsertProductRequestBody"
"$ref": "#/components/schemas/BulkUpdateProductRequestBody"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shall be ProductsBulkUpdateProductRequestBody

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or ProductsBulkUpdateRequestBody

@p-zielinski p-zielinski assigned akaliszuk and unassigned p-zielinski Nov 17, 2023
@p-zielinski p-zielinski merged commit 53831f7 into release-candidate Nov 21, 2023
@p-zielinski p-zielinski mentioned this pull request Nov 21, 2023
@akaliszuk akaliszuk deleted the jk/python-sdk-generator-fixes branch January 18, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants