Skip to content

Commit 05477b4

Browse files
committed
docs(api): updates (#109)
1 parent 292e73b commit 05477b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/orb/resources/events/events.py

-4
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,6 @@ def search(
505505
- `event_ids`: This is an explicit array of IDs to filter by. Note that an
506506
event's ID is the `idempotency_key` that was originally used for ingestion.
507507
508-
By default, Orb does not return _deprecated_ events in this endpoint.
509-
510508
By default, Orb will not throw a `404` if no events matched, Orb will return an
511509
empty array for `data` instead.
512510
@@ -1024,8 +1022,6 @@ async def search(
10241022
- `event_ids`: This is an explicit array of IDs to filter by. Note that an
10251023
event's ID is the `idempotency_key` that was originally used for ingestion.
10261024
1027-
By default, Orb does not return _deprecated_ events in this endpoint.
1028-
10291025
By default, Orb will not throw a `404` if no events matched, Orb will return an
10301026
empty array for `data` instead.
10311027

0 commit comments

Comments
 (0)