@@ -11,7 +11,7 @@ Host: https://sentry.io/api/0
11
11
12
12
This document is structured by resource with each resource having actions that can be performed against it. Every action that either accepts a request or returns a response WILL document the full interchange format. Clients may opt to restrict response data or provide a subset of the request data. The API may or may not accept partial payloads.
13
13
14
- ## Replays [ /organizations/<organization_slug >/replays/]
14
+ ## Replays [ /organizations/<organization_id_or_slug >/replays/]
15
15
16
16
- Parameters
17
17
@@ -173,7 +173,7 @@ Retrieve a collection of replays.
173
173
}
174
174
```
175
175
176
- ## Replay [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/]
176
+ ## Replay [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/]
177
177
178
178
- Parameters
179
179
- field (optional, string)
@@ -244,7 +244,7 @@ Deletes a replay instance.
244
244
245
245
- Response 204
246
246
247
- ## Replay Accessibility Issues [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/accessibility-issues]
247
+ ## Replay Accessibility Issues [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/accessibility-issues]
248
248
249
249
This resource does not accept any URI parameters and is not paginated. Responses are ingested whole.
250
250
@@ -336,7 +336,7 @@ IssueElementAlternative Type:
336
336
}
337
337
```
338
338
339
- ## Replay Selectors [/organizations/<organization_slug >/replay-selectors/]
339
+ ## Replay Selectors [/organizations/<organization_id_or_slug >/replay-selectors/]
340
340
341
341
- Parameters
342
342
@@ -411,7 +411,7 @@ Retrieve a collection of selectors.
411
411
}
412
412
```
413
413
414
- ## Replay Recording Segments [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/recording-segments/]
414
+ ## Replay Recording Segments [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/recording-segments/]
415
415
416
416
- Parameters
417
417
- per_page
@@ -463,7 +463,7 @@ With download query argument, rrweb events JSON
463
463
]
464
464
```
465
465
466
- ## Replay Recording Segment [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/recording-segments/<segment_id>/]
466
+ ## Replay Recording Segment [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/recording-segments/<segment_id>/]
467
467
468
468
- Parameters
469
469
- download - Instruct the API to return a streaming bytes response.
@@ -493,7 +493,7 @@ With download query argument.
493
493
494
494
Content-Type application/octet-stream
495
495
496
- ## Replay Video [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/videos/<segment_id>/]
496
+ ## Replay Video [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/videos/<segment_id>/]
497
497
498
498
### Fetch Replay Video [ GET]
499
499
@@ -505,7 +505,7 @@ Returns the bytes of a replay-segment video.
505
505
\x00\x00\x00
506
506
```
507
507
508
- ## Replay Tag Keys [ /projects/<organization_slug >/<project_id_or_slug>/replays/tags/]
508
+ ## Replay Tag Keys [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/tags/]
509
509
510
510
### Fetch Tag Keys [ GET]
511
511
@@ -529,7 +529,7 @@ Retrieve a collection of tag keys associated with the replays dataset.
529
529
]
530
530
```
531
531
532
- ## Replay Tag Values [ /projects/<organization_slug >/<project_id_or_slug>/replays/tags/<key >/values/]
532
+ ## Replay Tag Values [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/tags/<key >/values/]
533
533
534
534
### Fetch Tag Values [ GET]
535
535
@@ -559,7 +559,7 @@ Retrieve a collection of tag values associated with a tag key on the replays dat
559
559
]
560
560
```
561
561
562
- ## Replay Click [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/clicks/]
562
+ ## Replay Click [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/clicks/]
563
563
564
564
Parameters:
565
565
@@ -614,7 +614,7 @@ Retrieve a collection of click events associated with a replay.
614
614
}
615
615
```
616
616
617
- ## Replay Viewed By [ /projects/<organization_slug >/<project_id_or_slug>/replays/<replay_id>/viewed-by/]
617
+ ## Replay Viewed By [ /projects/<organization_id_or_slug >/<project_id_or_slug>/replays/<replay_id>/viewed-by/]
618
618
619
619
### Fetch Replay Viewed By [ GET]
620
620
0 commit comments