Skip to content

Commit

Permalink
FAIRSPC-108: updated readme for count endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Aug 12, 2024
1 parent d2c8375 commit d2fdb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ curl -X POST -H 'Content-type: application/json' -H 'Accept: application/json' -
|===
3+| ``POST /api/views/count``

3+| Count rows of a view matching request filters.
3+| Count rows of a view matching request filters. If `maxDisplayCount` configured in the `views.yaml` for a view, then the count for the view is limited by this value if total count exceeds it. Otherwise, the total count is returned.
3+| _Parameters:_
| ``view``
| string
Expand Down

0 comments on commit d2fdb00

Please sign in to comment.