-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat: Add OpenAPI docs for monitor endpoints #42850
Conversation
Need to make sure these do what are expected, and ideally label them as "Beta" somehow. |
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.
think the endpoints have to be removed from src/sentry/apidocs/public_exclusion_list.py
for the schema to be generated (grandfathered endpoints before api docs schema changes).
120b86c
to
53cfef0
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
48f6c4b
to
0250f8b
Compare
Only thing that is blocking ATM is to determine how to undocument one of the two endpoints (e.g. the one without the organization prefix URL). |
0250f8b
to
6923220
Compare
6923220
to
28b3279
Compare
Done and done. Lets wait to merge til #42825 is in. |
I THINK the failed check is what we'd expect, but someone from ecosystem could confirm? Its just showing the newly added schema/sidebar thing. I didn't build these against the prod API, but I can try to do that locally (tests wouldnt work for me due to some DB errors) |
28b3279
to
95273ae
Compare
Alright gonna ship it and see what breaks. |
d89163c
to
52ab31e
Compare
52ab31e
to
87915fa
Compare
- Remove legacy docstrings and replace with better descriptions - Missing checkin details endpoint for Hybrid Cloud Refs #42850
Refs #42283