Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

composer.phar
/vendor/
.idea/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
79 changes: 75 additions & 4 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.13.0-SNAPSHOT
7.20.0-SNAPSHOT
87 changes: 81 additions & 6 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/Api/AccountApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ try {

### HTTP request headers

- **Content-Type**: `application/json-patch+json`, `application/json`, `text/json`, `application/*+json`
- **Content-Type**: `application/*+json`, `application/json`, `application/json-patch+json`, `text/json`
- **Accept**: `application/json`

[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
Expand Down Expand Up @@ -206,7 +206,7 @@ try {

### HTTP request headers

- **Content-Type**: `application/json-patch+json`, `application/json`, `text/json`, `application/*+json`
- **Content-Type**: `application/*+json`, `application/json`, `application/json-patch+json`, `text/json`
- **Accept**: `application/json`

[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
Expand Down Expand Up @@ -816,7 +816,7 @@ try {

### HTTP request headers

- **Content-Type**: `application/json-patch+json`, `application/json`, `text/json`, `application/*+json`
- **Content-Type**: `application/*+json`, `application/json`, `application/json-patch+json`, `text/json`
- **Accept**: `application/json`

[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
Expand Down Expand Up @@ -878,7 +878,7 @@ try {

### HTTP request headers

- **Content-Type**: `application/json-patch+json`, `application/json`, `text/json`, `application/*+json`
- **Content-Type**: `application/*+json`, `application/json`, `application/json-patch+json`, `text/json`
- **Accept**: `application/json`

[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
Expand Down
Loading