mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 5646648608
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
post:
|
||||
operationId: validateSubscriptionFilter
|
||||
operationId: testSubscriptionFilter
|
||||
tags:
|
||||
- Triggers
|
||||
summary: Validate a Subscription Filter
|
||||
@@ -32,6 +32,8 @@ post:
|
||||
$ref: '../schemas/ValidateFilterOutputDto.yaml'
|
||||
example:
|
||||
isValid: true
|
||||
isValidJSONPath: true
|
||||
isPathExist: true
|
||||
'400':
|
||||
$ref: '../../v3/responses/400.yaml'
|
||||
'401':
|
||||
|
||||
@@ -2,4 +2,16 @@ type: object
|
||||
properties:
|
||||
isValid:
|
||||
type: boolean
|
||||
description: True if specified filter expression is valid against the input, false otherwise.
|
||||
default: false
|
||||
description: When this field is true, the filter expression is valid against the input.
|
||||
example: true
|
||||
isValidJSONPath:
|
||||
type: boolean
|
||||
default: false
|
||||
description: When this field is true, the filter expression is using a valid JSON path.
|
||||
example: true
|
||||
isPathExist:
|
||||
type: boolean
|
||||
default: false
|
||||
description: When this field is true, the filter expression is using an existing path.
|
||||
example: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
post:
|
||||
operationId: createAccessRequest
|
||||
security:
|
||||
- oauth2: [ idn:access-request:create ]
|
||||
- oauth2: [ idn:access-request:manage ]
|
||||
summary: Submit an Access Request
|
||||
tags:
|
||||
- Access Requests
|
||||
|
||||
Reference in New Issue
Block a user