From 8f2ac554b8b9fbe90560dd207b3f4388590724a9 Mon Sep 17 00:00:00 2001 From: aurreco-uga Date: Mon, 23 Sep 2024 16:12:58 -0400 Subject: [PATCH] Update api.raml clinepi request to snot limit rows in the studyaccess dashboard history table --- api.raml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api.raml b/api.raml index c4cb0d57..63837fb0 100644 --- a/api.raml +++ b/api.raml @@ -1753,8 +1753,8 @@ securitySchemes: type: integer format: int64 minimum: 1 - maximum: 100 - default: 100 + maximum: 999 + default: 999 offset: type: integer format: int64 @@ -2001,4 +2001,4 @@ securitySchemes: 403: 404: 422: - 500: \ No newline at end of file + 500: