Skip to content

Commit

Permalink
feat: spec: update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jan 22, 2024
1 parent 203b411 commit da8158c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/saviynt-eic-api_openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paths:
/fetchControlDetails:
post:
summary: Fetch Analytics Details
operationId: post-fetchControlDetails
operationId: fetchControlDetails
tags:
- Analytics
responses:
Expand All @@ -47,7 +47,7 @@ paths:
/runAnalyticsControls:
post:
summary: Run Analytics Controls
operationId: post-runAnalyticsControls
operationId: runAnalyticsControls
tags:
- Analytics
responses:
Expand All @@ -61,7 +61,7 @@ paths:
/fetchRuntimeControlsData:
post:
summary: ''
operationId: post-fetchRuntimeControlsData
operationId: fetchRuntimeControlsData
tags:
- Analytics
responses:
Expand Down Expand Up @@ -90,7 +90,9 @@ paths:
/fetchControlAttributes:
post:
summary: Fetch Control Attributes
operationId: post-fetchControlAttributes
operationId: fetchControlAttributes
tags:
- Analytics
responses:
'200':
description: OK
Expand All @@ -101,19 +103,21 @@ paths:
schema:
$ref: '#/components/schemas/FetchControlAttributesRequest'
/fetchControlListES:
get:
post:
summary: Fetch List of Analytics ES
tags: []
tags:
- Analytics
responses: {}
operationId: fetchControlListES
description: |-
This method fetches a list of Analytic Controls in Elastic.
Note: Security is based on owner, delegate, `ROLE_ADMIN`, SAV_ROLE's analytics ES category.
/fetchControlDetailsES:
get:
post:
summary: Fetch Analytics Details ES
tags: []
tags:
- Analytics
responses: {}
operationId: fetchControlDetailsES
description: 'This web service API is used to fetch the details of analytics controls ES, includes the Offset value in the response.'
Expand Down

0 comments on commit da8158c

Please sign in to comment.