diff --git a/jans-config-api/docs/jans-config-api-swagger.yaml b/jans-config-api/docs/jans-config-api-swagger.yaml index 979f43deeb4..fb938215dcf 100644 --- a/jans-config-api/docs/jans-config-api-swagger.yaml +++ b/jans-config-api/docs/jans-config-api-swagger.yaml @@ -1816,13 +1816,13 @@ paths: description: The 1-based index of the first query result. - schema: type: string - default: 1 + default: inum in: query name: sortBy description: Attribute whose value will be used to order the returned response. - schema: type: string - default: 1 + default: ascending enum: - ascending - descending