From 48372f9e3668fe7338cf99a1673604921c788ed6 Mon Sep 17 00:00:00 2001 From: aniruddha-mandal-sp Date: Tue, 1 Oct 2024 19:07:26 +0530 Subject: [PATCH] IIQCB-6379 - Fix API spec for get-users endpoint - fixed --- iiq/sailpoint-api.iiq.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iiq/sailpoint-api.iiq.yaml b/iiq/sailpoint-api.iiq.yaml index 93aebd32..cc9a5d1f 100644 --- a/iiq/sailpoint-api.iiq.yaml +++ b/iiq/sailpoint-api.iiq.yaml @@ -7695,7 +7695,7 @@ paths: totalResults: description: Number of User resources returned type: integer - example: '18,' + example: 18 startIndex: description: The starting index of the resource set list. Can be specified with startIndex query parameter. type: integer @@ -7763,7 +7763,7 @@ paths: primary: description: A Boolean value indicating the primary e-mail address. The primary attribute value 'true' MUST appear no more than once. type: boolean - example: 'true' + example: true 'urn:ietf:params:scim:schemas:sailpoint:1.0:User': description: Additional attributes of the User. type: object @@ -7852,7 +7852,7 @@ paths: type: array items: type: string - example: '["SystemAdministrator"]' + example: ['SystemAdministrator'] riskScore: description: Composite Risk Score of this User. type: integer