Skip to content

Commit

Permalink
Automated build 'Automated commit 'PLTDP-4704: Fixing content types o…
Browse files Browse the repository at this point in the history
…f responce in the reports-get-file specification (#1532)' by github action: 7640721789' powershell sdk: 7640728351
  • Loading branch information
developer-relations-sp committed Jan 24, 2024
1 parent 782b44f commit ab0aa26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PSSailpoint/PSSailpoint.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Sailpoint Developer Relations
#
# Generated on: 01/23/2024
# Generated on: 01/24/2024
#

@{
Expand Down
2 changes: 1 addition & 1 deletion PSSailpoint/v3/docs/ReportsDataExtractionApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/octet-stream, application/json
- **Accept**: application/csv, application/pdf, application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Enables auditing for current report download. Will create an audit event and sen
.PARAMETER ReturnType
Select the return type (optional): application/octet-stream, application/json
Select the return type (optional): application/csv, application/pdf, application/json
.PARAMETER WithHttpInfo
Expand All @@ -129,7 +129,7 @@ function Get-Report {
[System.Nullable[Boolean]]
${Auditable},
[String]
[ValidateSet("application/octet-stream", "application/json")]
[ValidateSet("application/csv", "application/pdf", "application/json")]
$ReturnType,
[Switch]
$WithHttpInfo
Expand All @@ -149,7 +149,7 @@ function Get-Report {
$LocalVarBodyParameter = $null

# HTTP header 'Accept' (if needed)
$LocalVarAccepts = @('application/octet-stream', 'application/json')
$LocalVarAccepts = @('application/csv', 'application/pdf', 'application/json')

if ($ReturnType) {
# use the return type (MIME) provided by the user
Expand Down

0 comments on commit ab0aa26

Please sign in to comment.