Skip to content

Commit

Permalink
Automated commit 'Update load-entitlements.yaml (#1618)
Browse files Browse the repository at this point in the history
Clarified how to use the aggregate entitlements endpoint' by github action: 8483742219
  • Loading branch information
tyler-mairose-sp committed Mar 29, 2024
1 parent 280de46 commit 0c9d93e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion idn/beta/paths/load-entitlements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ post:
description: >-
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.
If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error.
If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
parameters:
- in: path
name: id
Expand Down

0 comments on commit 0c9d93e

Please sign in to comment.