-
Notifications
You must be signed in to change notification settings - Fork 17
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
docs: insights api reference #2859
Conversation
Make the API reference a little nicer with things like sorting parameters and enums alphabetically.
This reverts commit c5ef13a.
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's super nice
@@ -174,7 +176,6 @@ objectDataAfterSearchList: | |||
|
|||
currency: | |||
type: string | |||
format: ISO 4217 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too technical? The description properly explains it anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about the guidance given in the OpenAPI spec.
For the format parameter of a type: string
field, there are optional formatters, but it also seems to be a free-form field. Since this is probably the only use of this, I thought it's better to remove it (as you said, we're explaining it in the description
.
I've uncommented your change because locally it worked 🤔 |
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome!!
🧭 What and Why
Update the insights spec for the Insights API reference documentation.