Skip to content

Commit bace7be

Browse files
committed
Fixing issue with underscore
1 parent c47c911 commit bace7be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/SecureFileShareApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ No authorization required
5555

5656
### HTTP request headers
5757

58-
- **Content-Type**: *_/_*;charset=utf-8
58+
- **Content-Type**: */*;charset=utf-8
5959
- **Accept**: application/xml, text/csv, application/pdf
6060

6161
<a name="getFileDetail"></a>
@@ -110,6 +110,6 @@ No authorization required
110110

111111
### HTTP request headers
112112

113-
- **Content-Type**: *_/_*;charset=utf-8
113+
- **Content-Type**: */*;charset=utf-8
114114
- **Accept**: application/hal+json
115115

generator/cybersource_node_sdk_gen.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ java -jar swagger-codegen-cli-2.3.0.jar generate -t cybersource-javascript-templ
1414

1515
powershell -Command "(Get-Content ..\src\Api\SecureFileShareApi.js) | ForEach-Object { $_ -replace 'contentTypes = \[''\*_\/_\*;charset=utf-8', 'contentTypes = [''*/*;charset=utf-8' } | Set-Content ..\src\Api\SecureFileShareApi.js"
1616

17+
powershell -Command "(Get-Content ..\docs\SecureFileShareApi.md) | ForEach-Object { $_ -replace '\*\*Content-Type\*\*: \*_\/_\*;charset=utf-8', '**Content-Type**: */*;charset=utf-8' } | Set-Content ..\docs\SecureFileShareApi.md"
18+
1719
git checkout ..\README.md
1820

1921
git checkout ..\package.json

0 commit comments

Comments
 (0)