diff --git a/docs/saviynt-eic-api_openapi3.yaml b/docs/saviynt-eic-api_openapi3.yaml index 05f515d..1ef6481 100644 --- a/docs/saviynt-eic-api_openapi3.yaml +++ b/docs/saviynt-eic-api_openapi3.yaml @@ -5,6 +5,9 @@ info: This Collection provides the details of the supported methods for the Saviynt Enterprise Identity Cloud (EIC) version: 5.0.0 +externalDocs: + description: Find out more about Saviynt + url: https://docs.saviyntcloud.com/ servers: - url: 'https://{tenant}.saviyntcloud.com/ECM/api/v5' variables: @@ -799,138 +802,6 @@ paths: value: errorcode: '0' msg: Bulk Upload Request Submitted - /processrules: - post: - tags: - - Users - summary: Process Rules - description: >- - This API will process unprocessed data and will be evaulated as per the - user update rules defined. - - - The `Authorization` must have `Bearer` followed by `Token`. - - - Optional params: - - - `jobidstoprocess` - parent jobid from userrulerundata table - - - `runzerodayrules` - Can be true/false(Default - false) - - - `totaljobstorun` - Total number of jobs to run (Default - 2) - - - `fetchroles` - Can be true/false - - - `batchidentifier` - Unique identifier that is defined at the time of - createUser/updateUser API call. - operationId: processRules - requestBody: - content: - application/json: - schema: - type: object - properties: - batchidentifier: - type: string - example: '1607981747665' - fetchroles: - type: string - example: 'true' - jobidstoprocess: - type: string - example: '0' - runzerodayrules: - type: string - example: 'true' - totaljobstorun: - type: string - example: '2' - examples: - Process Rules: - value: - batchidentifier: '1607981747665' - fetchroles: 'true' - jobidstoprocess: '0' - runzerodayrules: 'true' - totaljobstorun: '2' - responses: - '200': - description: Process Rules - headers: - Access-Control-Allow-Credentials: - schema: - type: string - example: 'true' - Access-Control-Allow-Origin: - schema: - type: string - example: http://localhost - Cache-Control: - schema: - type: string - example: post-check=0, pre-check=0 - Date: - schema: - type: string - example: Mon, 14 Dec 2020 21:48:37 GMT - Expires: - schema: - type: string - example: Sun, 7 May 1995 12:00:00 GMT - Pragma: - schema: - type: string - example: no-cache - Referrer-Policy: - schema: - type: string - example: same-origin - Server: - schema: - type: string - example: Apache-Coyote/1.1 - Set-Cookie: - schema: - type: string - example: CCSRF-TOKEN=0c1b5569-76f4-4497-983d-b9d488fa94f5; Path=/ - Strict-Transport-Security: - schema: - type: string - example: max-age=31536000; includeSubdomains - Transfer-Encoding: - schema: - type: string - example: chunked - X-Content-Type-Options: - schema: - type: string - example: nosniff - X-Frame-Options: - schema: - type: string - example: DENY - X-XSS-Protection: - schema: - type: string - example: 1; mode=block - content: - application/json: - schema: - type: object - properties: - status: - type: string - example: jobs invoked - examples: - Process Rules: - value: - status: jobs invoked /getUser: post: tags: @@ -12225,7 +12096,7 @@ paths: required: true schema: type: string - /ECM/api/getEntitlementValuesForEndpoint: + /getEntitlementValuesForEndpoint: post: tags: - 2.0 Identity Administration @@ -20906,7 +20777,7 @@ paths: required: true schema: type: string - /{path}/createEndpoint: + /createEndpoint: post: tags: - Endpoints @@ -22031,7 +21902,7 @@ paths: required: true schema: type: string - /{path}/createDynamicAttribute: + /createDynamicAttribute: post: tags: - 2.0 Identity Administration