From f49e3e2ef62904022f4669789cfaba1871a03867 Mon Sep 17 00:00:00 2001 From: Chakravarthi Medicharla Date: Thu, 16 Nov 2023 14:42:08 +0530 Subject: [PATCH] update api spec --- api_spec.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/api_spec.yaml b/api_spec.yaml index 6186a9f2..1a57b206 100644 --- a/api_spec.yaml +++ b/api_spec.yaml @@ -1274,19 +1274,6 @@ paths: tags: - User Roles and Permissions summary: Get all created roles - parameters: - - name: page - in: query - required: false - schema: - type: number - example: "1" - - name: limit - in: query - required: false - schema: - type: number - example: "10" responses: 200: description: Success @@ -1294,30 +1281,6 @@ paths: application/json: schema: oneOf: - - type: object - properties: - status: - type: string - default: "OK" - totalPages: - type: number - default: 5 - totalRolesCount: - type: number - default: 50 - roles: - type: array - items: - type: object - properties: - role: - type: string - default: "admin" - permissions: - type: array - items: - type: string - default: "read" - type: object properties: status: