Skip to content

Commit 395c398

Browse files
authored
docs(replay): Iterate on bulk delete blueprint (#94494)
1 parent 0f1f50c commit 395c398

File tree

1 file changed

+2
-2
lines changed
  • src/sentry/replays/blueprints

1 file changed

+2
-2
lines changed

src/sentry/replays/blueprints/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,13 +628,13 @@ Retrieve a collection of replay delete jobs.
628628

629629
| Column | Type | Description |
630630
| ------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------- |
631-
| id | number | - |
631+
| id | string | - |
632632
| dateCreated | string | - |
633633
| dateUpdated | string | - |
634634
| rangeStart | string | The minimum UTC timestamp in the deletion range. |
635635
| rangeEnd | string | The maximum UTC timestamp in the deletion range. |
636636
| environments | list[string] | The environment to delete replays from. If not specified, applies to all environments |
637-
| status | string | The status of the deletion job. One of `pending`, `in-progress`, and `completed`. |
637+
| status | string | The status of the deletion job. One of `pending`, `in-progress`, `completed` or `failed`. |
638638
| query | string | The query string which matches the to-be-deleted replays. Conforms to https://docs.sentry.io/concepts/search/#query-syntax |
639639
| countDeleted | number | The count of replays deleted by the job. |
640640

0 commit comments

Comments
 (0)