Skip to content

Commit

Permalink
fix(hub-common): get events by groupid types (#1513)
Browse files Browse the repository at this point in the history
Co-authored-by: bri12416 <bri12416@esri.com>
  • Loading branch information
brittneyjb and bri12416 authored May 10, 2024
1 parent 1194d6c commit b8d46a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/common/src/events/api/orval/api/orval-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ export type GetEventsParams = {
* string to match within an event title
*/
title?: string;
/**
* Comma separated string list of read groupIds
*/
readGroups?: string;
/**
* Comma separated string list of edit groupIds
*/
editGroups?: string;
/**
* the max amount of events to return
*/
Expand Down

0 comments on commit b8d46a8

Please sign in to comment.