Commit 841f4b7
authored
docs(api): Clarify how to use id param in bulk delete issue endpoint (#56422)
Closes #56315
The existing docs:
1. Do not describe the query param format for deleting multiple IDs
2. Do not describe what happens when you do not provide an `id` param
After:
<img width="493" alt="Screenshot 2023-09-19 at 10 24 32 AM"
src="https://github.com/getsentry/sentry/assets/67301797/95fcde13-93f0-47f7-914e-3848de6239e3">1 parent f789663 commit 841f4b7
File tree
2 files changed
+4
-2
lines changed- api-docs/paths/events
- src/sentry/api/endpoints
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
483 | 485 | | |
484 | 486 | | |
485 | 487 | | |
| |||
0 commit comments