File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -505,8 +505,6 @@ def search(
505
505
- `event_ids`: This is an explicit array of IDs to filter by. Note that an
506
506
event's ID is the `idempotency_key` that was originally used for ingestion.
507
507
508
- By default, Orb does not return _deprecated_ events in this endpoint.
509
-
510
508
By default, Orb will not throw a `404` if no events matched, Orb will return an
511
509
empty array for `data` instead.
512
510
@@ -1024,8 +1022,6 @@ async def search(
1024
1022
- `event_ids`: This is an explicit array of IDs to filter by. Note that an
1025
1023
event's ID is the `idempotency_key` that was originally used for ingestion.
1026
1024
1027
- By default, Orb does not return _deprecated_ events in this endpoint.
1028
-
1029
1025
By default, Orb will not throw a `404` if no events matched, Orb will return an
1030
1026
empty array for `data` instead.
1031
1027
You can’t perform that action at this time.
0 commit comments