Skip to content

Commit

Permalink
Release 1.6.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio-dropbox authored Sep 9, 2024
1 parent 4abc4c6 commit 097e718
Show file tree
Hide file tree
Showing 491 changed files with 16,870 additions and 6,614 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
#[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
Expand Down Expand Up @@ -361,5 +362,5 @@ MigrationBackup/
FodyWeavers.xsd

vendor

/api
.openapi-generator
25 changes: 25 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Dropbox.Sign.sln
README.md
VERSION
api/openapi.yaml
appveyor.yml
docs/AccountApi.md
docs/AccountCreateRequest.md
Expand Down Expand Up @@ -41,6 +42,18 @@ docs/ErrorResponseError.md
docs/EventCallbackRequest.md
docs/EventCallbackRequestEvent.md
docs/EventCallbackRequestEventMetadata.md
docs/FaxLineAddUserRequest.md
docs/FaxLineApi.md
docs/FaxLineAreaCodeGetCountryEnum.md
docs/FaxLineAreaCodeGetProvinceEnum.md
docs/FaxLineAreaCodeGetResponse.md
docs/FaxLineAreaCodeGetStateEnum.md
docs/FaxLineCreateRequest.md
docs/FaxLineDeleteRequest.md
docs/FaxLineListResponse.md
docs/FaxLineRemoveUserRequest.md
docs/FaxLineResponse.md
docs/FaxLineResponseFaxLine.md
docs/FileResponse.md
docs/FileResponseDataUri.md
docs/ListInfoResponse.md
Expand Down Expand Up @@ -189,6 +202,7 @@ src/Dropbox.Sign/Api/AccountApi.cs
src/Dropbox.Sign/Api/ApiAppApi.cs
src/Dropbox.Sign/Api/BulkSendJobApi.cs
src/Dropbox.Sign/Api/EmbeddedApi.cs
src/Dropbox.Sign/Api/FaxLineApi.cs
src/Dropbox.Sign/Api/OAuthApi.cs
src/Dropbox.Sign/Api/ReportApi.cs
src/Dropbox.Sign/Api/SignatureRequestApi.cs
Expand Down Expand Up @@ -248,6 +262,17 @@ src/Dropbox.Sign/Model/ErrorResponseError.cs
src/Dropbox.Sign/Model/EventCallbackRequest.cs
src/Dropbox.Sign/Model/EventCallbackRequestEvent.cs
src/Dropbox.Sign/Model/EventCallbackRequestEventMetadata.cs
src/Dropbox.Sign/Model/FaxLineAddUserRequest.cs
src/Dropbox.Sign/Model/FaxLineAreaCodeGetCountryEnum.cs
src/Dropbox.Sign/Model/FaxLineAreaCodeGetProvinceEnum.cs
src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs
src/Dropbox.Sign/Model/FaxLineAreaCodeGetStateEnum.cs
src/Dropbox.Sign/Model/FaxLineCreateRequest.cs
src/Dropbox.Sign/Model/FaxLineDeleteRequest.cs
src/Dropbox.Sign/Model/FaxLineListResponse.cs
src/Dropbox.Sign/Model/FaxLineRemoveUserRequest.cs
src/Dropbox.Sign/Model/FaxLineResponse.cs
src/Dropbox.Sign/Model/FaxLineResponseFaxLine.cs
src/Dropbox.Sign/Model/FileResponse.cs
src/Dropbox.Sign/Model/FileResponseDataUri.cs
src/Dropbox.Sign/Model/ListInfoResponse.cs
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
7.8.0
52 changes: 38 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ directory that corresponds to the file you want updated.
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.0.0
- SDK version: 1.5.0
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
- SDK version: 1.6.0
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

### Building

Expand All @@ -42,18 +43,18 @@ Run the following and everything is done for you:
to the OAS file and/or the mustache template files _will be lost_ when you run
this command.

<a name="frameworks-supported"></a>
<a id="frameworks-supported"></a>
## Frameworks supported

<a name="dependencies"></a>
<a id="dependencies"></a>
## Dependencies

- [RestSharp](https://www.nuget.org/packages/RestSharp) - 108.0.1 or later
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 13.0.1 or later
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.9.0 or later
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 106.13.0 or later
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 13.0.2 or later
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.8.0 or later
- [System.ComponentModel.Annotations](https://www.nuget.org/packages/System.ComponentModel.Annotations) - 5.0.0 or later

<a name="usage"></a>
<a id="usage"></a>
## Installation & Usage

### NuGet Package Manager
Expand All @@ -74,9 +75,11 @@ webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;
```

<a name="getting-started"></a>
<a id="getting-started"></a>

## Getting Started


```csharp
using System;

Expand Down Expand Up @@ -117,7 +120,8 @@ public class Example

```

<a name="documentation-for-api-endpoints"></a>

<a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints

All URIs are relative to *https://api.hellosign.com/v3*
Expand All @@ -137,6 +141,13 @@ Class | Method | HTTP request | Description
*BulkSendJobApi* | [**BulkSendJobList**](docs/BulkSendJobApi.md#bulksendjoblist) | **GET** /bulk_send_job/list | List Bulk Send Jobs
*EmbeddedApi* | [**EmbeddedEditUrl**](docs/EmbeddedApi.md#embeddedediturl) | **POST** /embedded/edit_url/{template_id} | Get Embedded Template Edit URL
*EmbeddedApi* | [**EmbeddedSignUrl**](docs/EmbeddedApi.md#embeddedsignurl) | **GET** /embedded/sign_url/{signature_id} | Get Embedded Sign URL
*FaxLineApi* | [**FaxLineAddUser**](docs/FaxLineApi.md#faxlineadduser) | **PUT** /fax_line/add_user | Add Fax Line User
*FaxLineApi* | [**FaxLineAreaCodeGet**](docs/FaxLineApi.md#faxlineareacodeget) | **GET** /fax_line/area_codes | Get Available Fax Line Area Codes
*FaxLineApi* | [**FaxLineCreate**](docs/FaxLineApi.md#faxlinecreate) | **POST** /fax_line/create | Purchase Fax Line
*FaxLineApi* | [**FaxLineDelete**](docs/FaxLineApi.md#faxlinedelete) | **DELETE** /fax_line | Delete Fax Line
*FaxLineApi* | [**FaxLineGet**](docs/FaxLineApi.md#faxlineget) | **GET** /fax_line | Get Fax Line
*FaxLineApi* | [**FaxLineList**](docs/FaxLineApi.md#faxlinelist) | **GET** /fax_line/list | List Fax Lines
*FaxLineApi* | [**FaxLineRemoveUser**](docs/FaxLineApi.md#faxlineremoveuser) | **PUT** /fax_line/remove_user | Remove Fax Line Access
*OAuthApi* | [**OauthTokenGenerate**](docs/OAuthApi.md#oauthtokengenerate) | **POST** /oauth/token | OAuth Token Generate
*OAuthApi* | [**OauthTokenRefresh**](docs/OAuthApi.md#oauthtokenrefresh) | **POST** /oauth/token?refresh | OAuth Token Refresh
*ReportApi* | [**ReportCreate**](docs/ReportApi.md#reportcreate) | **POST** /report/create | Create Report
Expand Down Expand Up @@ -183,7 +194,7 @@ Class | Method | HTTP request | Description
*UnclaimedDraftApi* | [**UnclaimedDraftEditAndResend**](docs/UnclaimedDraftApi.md#unclaimeddrafteditandresend) | **POST** /unclaimed_draft/edit_and_resend/{signature_request_id} | Edit and Resend Unclaimed Draft


<a name="documentation-for-models"></a>
<a id="documentation-for-models"></a>
## Documentation for Models

- [Model.AccountCreateRequest](docs/AccountCreateRequest.md)
Expand Down Expand Up @@ -220,6 +231,17 @@ Class | Method | HTTP request | Description
- [Model.EventCallbackRequest](docs/EventCallbackRequest.md)
- [Model.EventCallbackRequestEvent](docs/EventCallbackRequestEvent.md)
- [Model.EventCallbackRequestEventMetadata](docs/EventCallbackRequestEventMetadata.md)
- [Model.FaxLineAddUserRequest](docs/FaxLineAddUserRequest.md)
- [Model.FaxLineAreaCodeGetCountryEnum](docs/FaxLineAreaCodeGetCountryEnum.md)
- [Model.FaxLineAreaCodeGetProvinceEnum](docs/FaxLineAreaCodeGetProvinceEnum.md)
- [Model.FaxLineAreaCodeGetResponse](docs/FaxLineAreaCodeGetResponse.md)
- [Model.FaxLineAreaCodeGetStateEnum](docs/FaxLineAreaCodeGetStateEnum.md)
- [Model.FaxLineCreateRequest](docs/FaxLineCreateRequest.md)
- [Model.FaxLineDeleteRequest](docs/FaxLineDeleteRequest.md)
- [Model.FaxLineListResponse](docs/FaxLineListResponse.md)
- [Model.FaxLineRemoveUserRequest](docs/FaxLineRemoveUserRequest.md)
- [Model.FaxLineResponse](docs/FaxLineResponse.md)
- [Model.FaxLineResponseFaxLine](docs/FaxLineResponseFaxLine.md)
- [Model.FileResponse](docs/FileResponse.md)
- [Model.FileResponseDataUri](docs/FileResponseDataUri.md)
- [Model.ListInfoResponse](docs/ListInfoResponse.md)
Expand Down Expand Up @@ -360,15 +382,17 @@ Class | Method | HTTP request | Description
- [Model.WarningResponse](docs/WarningResponse.md)


<a name="documentation-for-authorization"></a>
<a id="documentation-for-authorization"></a>
## Documentation for Authorization

<a name="api_key"></a>

Authentication schemes defined for the API:
<a id="api_key"></a>
### api_key

- **Type**: HTTP basic authentication

<a name="oauth2"></a>
<a id="oauth2"></a>
### oauth2

- **Type**: Bearer Authentication
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0
8 changes: 4 additions & 4 deletions docs/AccountApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All URIs are relative to *https://api.hellosign.com/v3*
| [**AccountUpdate**](AccountApi.md#accountupdate) | **PUT** /account | Update Account |
| [**AccountVerify**](AccountApi.md#accountverify) | **POST** /account/verify | Verify Account |

<a name="accountcreate"></a>
<a id="accountcreate"></a>
# **AccountCreate**
> AccountCreateResponse AccountCreate (AccountCreateRequest accountCreateRequest)
Expand Down Expand Up @@ -106,7 +106,7 @@ catch (ApiException e)

[[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)

<a name="accountget"></a>
<a id="accountget"></a>
# **AccountGet**
> AccountGetResponse AccountGet (string? accountId = null, string? emailAddress = null)
Expand Down Expand Up @@ -200,7 +200,7 @@ catch (ApiException e)

[[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)

<a name="accountupdate"></a>
<a id="accountupdate"></a>
# **AccountUpdate**
> AccountGetResponse AccountUpdate (AccountUpdateRequest accountUpdateRequest)
Expand Down Expand Up @@ -297,7 +297,7 @@ catch (ApiException e)

[[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)

<a name="accountverify"></a>
<a id="accountverify"></a>
# **AccountVerify**
> AccountVerifyResponse AccountVerify (AccountVerifyRequest accountVerifyRequest)
Expand Down
5 changes: 1 addition & 4 deletions docs/AccountCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**EmailAddress** | **string** | The email address which will be associated with the new Account. |
**ClientId** | **string** | Used when creating a new account with OAuth authorization.<br><br>See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | [optional]
**ClientSecret** | **string** | Used when creating a new account with OAuth authorization.<br><br>See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | [optional]
**Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional]
**EmailAddress** | **string** | The email address which will be associated with the new Account. | **ClientId** | **string** | Used when creating a new account with OAuth authorization.<br><br>See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | [optional] **ClientSecret** | **string** | Used when creating a new account with OAuth authorization.<br><br>See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | [optional] **Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional]

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

4 changes: 1 addition & 3 deletions docs/AccountCreateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Account** | [**AccountResponse**](AccountResponse.md) | | [optional]
**OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional]
**Warnings** | [**List&lt;WarningResponse&gt;**](WarningResponse.md) | A list of warnings. | [optional]
**Account** | [**AccountResponse**](AccountResponse.md) | | **OauthData** | [**OAuthTokenResponse**](OAuthTokenResponse.md) | | [optional] **Warnings** | [**List&lt;WarningResponse&gt;**](WarningResponse.md) | A list of warnings. | [optional]

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

3 changes: 1 addition & 2 deletions docs/AccountGetResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Account** | [**AccountResponse**](AccountResponse.md) | | [optional]
**Warnings** | [**List&lt;WarningResponse&gt;**](WarningResponse.md) | A list of warnings. | [optional]
**Account** | [**AccountResponse**](AccountResponse.md) | | **Warnings** | [**List&lt;WarningResponse&gt;**](WarningResponse.md) | A list of warnings. | [optional]

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

12 changes: 1 addition & 11 deletions docs/AccountResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The ID of the Account | [optional]
**EmailAddress** | **string** | The email address associated with the Account. | [optional]
**IsLocked** | **bool** | Returns `true` if the user has been locked out of their account by a team admin. | [optional]
**IsPaidHs** | **bool** | Returns `true` if the user has a paid Dropbox Sign account. | [optional]
**IsPaidHf** | **bool** | Returns `true` if the user has a paid HelloFax account. | [optional]
**Quotas** | [**AccountResponseQuotas**](AccountResponseQuotas.md) | | [optional]
**CallbackUrl** | **string** | The URL that Dropbox Sign events will `POST` to. | [optional]
**RoleCode** | **string** | The membership role for the team. | [optional]
**TeamId** | **string** | The id of the team account belongs to. | [optional]
**Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional]
**Usage** | [**AccountResponseUsage**](AccountResponseUsage.md) | | [optional]
**AccountId** | **string** | The ID of the Account | [optional] **EmailAddress** | **string** | The email address associated with the Account. | [optional] **IsLocked** | **bool** | Returns `true` if the user has been locked out of their account by a team admin. | [optional] **IsPaidHs** | **bool** | Returns `true` if the user has a paid Dropbox Sign account. | [optional] **IsPaidHf** | **bool** | Returns `true` if the user has a paid HelloFax account. | [optional] **Quotas** | [**AccountResponseQuotas**](AccountResponseQuotas.md) | | [optional] **CallbackUrl** | **string** | The URL that Dropbox Sign events will `POST` to. | [optional] **RoleCode** | **string** | The membership role for the team. | [optional] **TeamId** | **string** | The id of the team account belongs to. | [optional] **Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional] **Usage** | [**AccountResponseUsage**](AccountResponseUsage.md) | | [optional]

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

7 changes: 1 addition & 6 deletions docs/AccountResponseQuotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ Details concerning remaining monthly quotas.

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional]
**DocumentsLeft** | **int?** | Signature requests remaining. | [optional]
**TemplatesTotal** | **int?** | Total API templates allowed. | [optional]
**TemplatesLeft** | **int?** | API templates remaining. | [optional]
**SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional]
**NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional]
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional] **DocumentsLeft** | **int?** | Signature requests remaining. | [optional] **TemplatesTotal** | **int?** | Total API templates allowed. | [optional] **TemplatesLeft** | **int?** | API templates remaining. | [optional] **SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional] **NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional]

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

4 changes: 1 addition & 3 deletions docs/AccountUpdateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccountId** | **string** | The ID of the Account | [optional]
**CallbackUrl** | **string** | The URL that Dropbox Sign should POST events to. | [optional]
**Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional]
**AccountId** | **string** | The ID of the Account | [optional] **CallbackUrl** | **string** | The URL that Dropbox Sign should POST events to. | [optional] **Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional]

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

3 changes: 1 addition & 2 deletions docs/AccountVerifyResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Account** | [**AccountVerifyResponseAccount**](AccountVerifyResponseAccount.md) | | [optional]
**Warnings** | [**List&lt;WarningResponse&gt;**](WarningResponse.md) | A list of warnings. | [optional]
**Account** | [**AccountVerifyResponseAccount**](AccountVerifyResponseAccount.md) | | [optional] **Warnings** | [**List&lt;WarningResponse&gt;**](WarningResponse.md) | A list of warnings. | [optional]

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

10 changes: 5 additions & 5 deletions docs/ApiAppApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All URIs are relative to *https://api.hellosign.com/v3*
| [**ApiAppList**](ApiAppApi.md#apiapplist) | **GET** /api_app/list | List API Apps |
| [**ApiAppUpdate**](ApiAppApi.md#apiappupdate) | **PUT** /api_app/{client_id} | Update API App |

<a name="apiappcreate"></a>
<a id="apiappcreate"></a>
# **ApiAppCreate**
> ApiAppGetResponse ApiAppCreate (ApiAppCreateRequest apiAppCreateRequest)
Expand Down Expand Up @@ -130,7 +130,7 @@ catch (ApiException e)

[[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)

<a name="apiappdelete"></a>
<a id="apiappdelete"></a>
# **ApiAppDelete**
> void ApiAppDelete (string clientId)
Expand Down Expand Up @@ -222,7 +222,7 @@ void (empty response body)

[[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)

<a name="apiappget"></a>
<a id="apiappget"></a>
# **ApiAppGet**
> ApiAppGetResponse ApiAppGet (string clientId)
Expand Down Expand Up @@ -317,7 +317,7 @@ catch (ApiException e)

[[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)

<a name="apiapplist"></a>
<a id="apiapplist"></a>
# **ApiAppList**
> ApiAppListResponse ApiAppList (int? page = null, int? pageSize = null)
Expand Down Expand Up @@ -414,7 +414,7 @@ catch (ApiException e)

[[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)

<a name="apiappupdate"></a>
<a id="apiappupdate"></a>
# **ApiAppUpdate**
> ApiAppGetResponse ApiAppUpdate (string clientId, ApiAppUpdateRequest apiAppUpdateRequest)
Expand Down
Loading

0 comments on commit 097e718

Please sign in to comment.