Skip to content

Commit

Permalink
Update api.raml
Browse files Browse the repository at this point in the history
clinepi request to snot limit rows in the studyaccess dashboard history table
  • Loading branch information
aurreco-uga authored Sep 23, 2024
1 parent f167d1e commit 8f2ac55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -1753,8 +1753,8 @@ securitySchemes:
type: integer
format: int64
minimum: 1
maximum: 100
default: 100
maximum: 999
default: 999
offset:
type: integer
format: int64
Expand Down Expand Up @@ -2001,4 +2001,4 @@ securitySchemes:
403:
404:
422:
500:
500:

0 comments on commit 8f2ac55

Please sign in to comment.