Skip to content

Commit

Permalink
fix: Adapt open api docs to assigned user modes [DHIS2-13960] (#19631)
Browse files Browse the repository at this point in the history
* fix: Adapt open api docs to assigned user modes [DHIS2-13960]

* fix: Adapt open api docs to assigned user modes [DHIS2-13960]
  • Loading branch information
muilpp authored Jan 13, 2025
1 parent 90fcc74 commit 747f26b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ Get events using given organisation unit mode.

### `*.parameter.EventRequestParams.assignedUserMode`

Get events assigned to users according to the specified user mode. By default,
all events will be retrieved, regardless of whether a user is assigned.

### `*.parameter.EventRequestParams.assignedUsers`

`<user1-uid>[,<user2-uid>...]`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ Get tracked entities with given UID(s).

### `*.parameter.TrackedEntityRequestParams.assignedUserMode`

Get tracked entities with events assigned to users according to the specified user mode. By default,
all events will be retrieved, regardless of whether a user is assigned.

### `*.parameter.TrackedEntityRequestParams.assignedUsers`

`<user1-uid>[,<user2-uid>...]`
Expand Down

0 comments on commit 747f26b

Please sign in to comment.