-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update standardization ingestion docs #567
Conversation
:param input: A dictionary with the schema specified by the StandardizePhonesInput | ||
model. | ||
|
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.
Question for others - I know the :param and :return is standard for other Python documentation libraries, but doesn't seem to be recognized by OpenAPI. Given that our docs page has more detailed information about the requests and responses, any objection to me removing these?
Codecov Report
@@ Coverage Diff @@
## main #567 +/- ##
=======================================
Coverage 96.49% 96.49%
=======================================
Files 45 45
Lines 2481 2481
=======================================
Hits 2394 2394
Misses 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. |
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, thanks Emma! 👍
PULL REQUEST
Summary
Update the standardization ingestion API docs to include sample requests and responses, as well as some quick content updates.
Related Issue
Related to #488, but more PRs incoming to fix it. (I'm planning to split up the different routers to different PRs so the review burden isn't too bad)
Additional Information
Before:
After: