mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
Automated commit 'Merge pull request #1615 from sailpoint/khartzke/IDNARC-2459
IDNARC-2459 Update load-entitlements beta doc to include the fact tha…' by github action: 8474015421
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Entitlements
|
- Entitlements
|
||||||
summary: Import Entitlement CSV File
|
summary: Aggregate Entitlements
|
||||||
operationId: importEntitlementCsv
|
operationId: importEntitlements
|
||||||
description: >-
|
description: >-
|
||||||
Uploads a comma separated file (CSV) to a delimited file source and starts an entitlement aggregation on the source.
|
Starts an entitlement aggregation on the specified source.
|
||||||
|
|
||||||
|
If the target source is a direct connection, then a request body is not needed. If the target source is a delimited file source, then the CSV file needs to be included in the request body.
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: id
|
name: id
|
||||||
@@ -27,7 +28,7 @@ post:
|
|||||||
- csvFile
|
- csvFile
|
||||||
responses:
|
responses:
|
||||||
"202":
|
"202":
|
||||||
description: Load Entitlements Task
|
description: Aggregate Entitlements Task
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user