Skip to content

Commit

Permalink
Generated version 0.36.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.36.0 of this library.
  • Loading branch information
devexperience committed Sep 4, 2024
1 parent a08e0d6 commit 896fd67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions api_mx_platform.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/MxPlatformAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -6854,7 +6854,7 @@ func main() {
accountGuid := "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1" // string | The unique id for an `account`.
memberGuid := "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b" // string | The unique id for a `member`.
userGuid := "USR-fa7537f3-48aa-a683-a02a-b18940482f54" // string | The unique id for a `user`.
accountUpdateRequestBody := *openapiclient.NewAccountUpdateRequestBody() // AccountUpdateRequestBody | Account object to be created with optional parameters (is_hidden)
accountUpdateRequestBody := *openapiclient.NewAccountUpdateRequestBody() // AccountUpdateRequestBody |

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down Expand Up @@ -6888,7 +6888,7 @@ Name | Type | Description | Notes



**accountUpdateRequestBody** | [**AccountUpdateRequestBody**](AccountUpdateRequestBody.md) | Account object to be created with optional parameters (is_hidden) |
**accountUpdateRequestBody** | [**AccountUpdateRequestBody**](AccountUpdateRequestBody.md) | |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
gitRepoId: mx-platform-go
gitUserId: mxenabled
packageName: mxplatformgo
packageVersion: 0.35.0
packageVersion: 0.36.0

0 comments on commit 896fd67

Please sign in to comment.