Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1615 from sailpoint/khartzke/ID…
Browse files Browse the repository at this point in the history
…NARC-2459

IDNARC-2459 Update load-entitlements beta doc to include the fact tha…' by github action: 8474015421
  • Loading branch information
tyler-mairose-sp committed Mar 28, 2024
1 parent 3427864 commit fa2dfa5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions idn/beta/paths/load-entitlements.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
post:
tags:
- Entitlements
summary: Import Entitlement CSV File
operationId: importEntitlementCsv
summary: Aggregate Entitlements
operationId: importEntitlements
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:
- in: path
name: id
Expand All @@ -27,7 +28,7 @@ post:
- csvFile
responses:
"202":
description: Load Entitlements Task
description: Aggregate Entitlements Task
content:
application/json:
schema:
Expand Down

0 comments on commit fa2dfa5

Please sign in to comment.