This commit is contained in:
msyu
2024-11-07 06:14:30 +03:00
parent 4bdcd8ce23
commit b9f5698003
+3 -1
View File
@@ -16,7 +16,7 @@
<cffunction name="get" hint="Список уведомлений">
<cffunction name="get" hint="Список уведомлений">
<cfargument name="pageSize" type="string" hint="type:integer" default="100"/>
<cfargument name="page" type="string" hint="type:integer" default="1"/>
<cfargument name="orderBy" type="string" hint="type:string, description:comma-separated list of fields to sort by, example:fld1.ASC,fld2.DESC,fld3.ASC" default=""/>
@@ -25,6 +25,8 @@
<cfset local={}/>
<cfreturn representationOf("test 1")/>
<!---parse and validate request parameters--->
<cftry>
<cfset this.helper.validateField(arguments, "pageSize", "integer")/>