Skip to content

Commit 097e718

Browse files
Release 1.6.0 (#14)
1 parent 4abc4c6 commit 097e718

File tree

491 files changed

+16870
-6614
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

491 files changed

+16870
-6614
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ x86/
2727
[Aa][Rr][Mm]/
2828
[Aa][Rr][Mm]64/
2929
bld/
30+
#[Bb]in/
3031
[Oo]bj/
3132
[Ll]og/
3233
[Ll]ogs/
@@ -361,5 +362,5 @@ MigrationBackup/
361362
FodyWeavers.xsd
362363

363364
vendor
364-
365+
/api
365366
.openapi-generator

.openapi-generator/FILES

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Dropbox.Sign.sln
33
README.md
44
VERSION
5+
api/openapi.yaml
56
appveyor.yml
67
docs/AccountApi.md
78
docs/AccountCreateRequest.md
@@ -41,6 +42,18 @@ docs/ErrorResponseError.md
4142
docs/EventCallbackRequest.md
4243
docs/EventCallbackRequestEvent.md
4344
docs/EventCallbackRequestEventMetadata.md
45+
docs/FaxLineAddUserRequest.md
46+
docs/FaxLineApi.md
47+
docs/FaxLineAreaCodeGetCountryEnum.md
48+
docs/FaxLineAreaCodeGetProvinceEnum.md
49+
docs/FaxLineAreaCodeGetResponse.md
50+
docs/FaxLineAreaCodeGetStateEnum.md
51+
docs/FaxLineCreateRequest.md
52+
docs/FaxLineDeleteRequest.md
53+
docs/FaxLineListResponse.md
54+
docs/FaxLineRemoveUserRequest.md
55+
docs/FaxLineResponse.md
56+
docs/FaxLineResponseFaxLine.md
4457
docs/FileResponse.md
4558
docs/FileResponseDataUri.md
4659
docs/ListInfoResponse.md
@@ -189,6 +202,7 @@ src/Dropbox.Sign/Api/AccountApi.cs
189202
src/Dropbox.Sign/Api/ApiAppApi.cs
190203
src/Dropbox.Sign/Api/BulkSendJobApi.cs
191204
src/Dropbox.Sign/Api/EmbeddedApi.cs
205+
src/Dropbox.Sign/Api/FaxLineApi.cs
192206
src/Dropbox.Sign/Api/OAuthApi.cs
193207
src/Dropbox.Sign/Api/ReportApi.cs
194208
src/Dropbox.Sign/Api/SignatureRequestApi.cs
@@ -248,6 +262,17 @@ src/Dropbox.Sign/Model/ErrorResponseError.cs
248262
src/Dropbox.Sign/Model/EventCallbackRequest.cs
249263
src/Dropbox.Sign/Model/EventCallbackRequestEvent.cs
250264
src/Dropbox.Sign/Model/EventCallbackRequestEventMetadata.cs
265+
src/Dropbox.Sign/Model/FaxLineAddUserRequest.cs
266+
src/Dropbox.Sign/Model/FaxLineAreaCodeGetCountryEnum.cs
267+
src/Dropbox.Sign/Model/FaxLineAreaCodeGetProvinceEnum.cs
268+
src/Dropbox.Sign/Model/FaxLineAreaCodeGetResponse.cs
269+
src/Dropbox.Sign/Model/FaxLineAreaCodeGetStateEnum.cs
270+
src/Dropbox.Sign/Model/FaxLineCreateRequest.cs
271+
src/Dropbox.Sign/Model/FaxLineDeleteRequest.cs
272+
src/Dropbox.Sign/Model/FaxLineListResponse.cs
273+
src/Dropbox.Sign/Model/FaxLineRemoveUserRequest.cs
274+
src/Dropbox.Sign/Model/FaxLineResponse.cs
275+
src/Dropbox.Sign/Model/FaxLineResponseFaxLine.cs
251276
src/Dropbox.Sign/Model/FileResponse.cs
252277
src/Dropbox.Sign/Model/FileResponseDataUri.cs
253278
src/Dropbox.Sign/Model/ListInfoResponse.cs

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
7.8.0

README.md

+38-14
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ directory that corresponds to the file you want updated.
2323
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2424

2525
- API version: 3.0.0
26-
- SDK version: 1.5.0
27-
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
26+
- SDK version: 1.6.0
27+
- Generator version: 7.8.0
28+
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
2829

2930
### Building
3031

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

45-
<a name="frameworks-supported"></a>
46+
<a id="frameworks-supported"></a>
4647
## Frameworks supported
4748

48-
<a name="dependencies"></a>
49+
<a id="dependencies"></a>
4950
## Dependencies
5051

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

56-
<a name="usage"></a>
57+
<a id="usage"></a>
5758
## Installation & Usage
5859

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

77-
<a name="getting-started"></a>
78+
<a id="getting-started"></a>
79+
7880
## Getting Started
7981

82+
8083
```csharp
8184
using System;
8285

@@ -117,7 +120,8 @@ public class Example
117120

118121
```
119122

120-
<a name="documentation-for-api-endpoints"></a>
123+
124+
<a id="documentation-for-api-endpoints"></a>
121125
## Documentation for API Endpoints
122126

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

185196

186-
<a name="documentation-for-models"></a>
197+
<a id="documentation-for-models"></a>
187198
## Documentation for Models
188199

189200
- [Model.AccountCreateRequest](docs/AccountCreateRequest.md)
@@ -220,6 +231,17 @@ Class | Method | HTTP request | Description
220231
- [Model.EventCallbackRequest](docs/EventCallbackRequest.md)
221232
- [Model.EventCallbackRequestEvent](docs/EventCallbackRequestEvent.md)
222233
- [Model.EventCallbackRequestEventMetadata](docs/EventCallbackRequestEventMetadata.md)
234+
- [Model.FaxLineAddUserRequest](docs/FaxLineAddUserRequest.md)
235+
- [Model.FaxLineAreaCodeGetCountryEnum](docs/FaxLineAreaCodeGetCountryEnum.md)
236+
- [Model.FaxLineAreaCodeGetProvinceEnum](docs/FaxLineAreaCodeGetProvinceEnum.md)
237+
- [Model.FaxLineAreaCodeGetResponse](docs/FaxLineAreaCodeGetResponse.md)
238+
- [Model.FaxLineAreaCodeGetStateEnum](docs/FaxLineAreaCodeGetStateEnum.md)
239+
- [Model.FaxLineCreateRequest](docs/FaxLineCreateRequest.md)
240+
- [Model.FaxLineDeleteRequest](docs/FaxLineDeleteRequest.md)
241+
- [Model.FaxLineListResponse](docs/FaxLineListResponse.md)
242+
- [Model.FaxLineRemoveUserRequest](docs/FaxLineRemoveUserRequest.md)
243+
- [Model.FaxLineResponse](docs/FaxLineResponse.md)
244+
- [Model.FaxLineResponseFaxLine](docs/FaxLineResponseFaxLine.md)
223245
- [Model.FileResponse](docs/FileResponse.md)
224246
- [Model.FileResponseDataUri](docs/FileResponseDataUri.md)
225247
- [Model.ListInfoResponse](docs/ListInfoResponse.md)
@@ -360,15 +382,17 @@ Class | Method | HTTP request | Description
360382
- [Model.WarningResponse](docs/WarningResponse.md)
361383

362384

363-
<a name="documentation-for-authorization"></a>
385+
<a id="documentation-for-authorization"></a>
364386
## Documentation for Authorization
365387

366-
<a name="api_key"></a>
388+
389+
Authentication schemes defined for the API:
390+
<a id="api_key"></a>
367391
### api_key
368392

369393
- **Type**: HTTP basic authentication
370394

371-
<a name="oauth2"></a>
395+
<a id="oauth2"></a>
372396
### oauth2
373397

374398
- **Type**: Bearer Authentication

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

docs/AccountApi.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All URIs are relative to *https://api.hellosign.com/v3*
99
| [**AccountUpdate**](AccountApi.md#accountupdate) | **PUT** /account | Update Account |
1010
| [**AccountVerify**](AccountApi.md#accountverify) | **POST** /account/verify | Verify Account |
1111

12-
<a name="accountcreate"></a>
12+
<a id="accountcreate"></a>
1313
# **AccountCreate**
1414
> AccountCreateResponse AccountCreate (AccountCreateRequest accountCreateRequest)
1515
@@ -106,7 +106,7 @@ catch (ApiException e)
106106

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

109-
<a name="accountget"></a>
109+
<a id="accountget"></a>
110110
# **AccountGet**
111111
> AccountGetResponse AccountGet (string? accountId = null, string? emailAddress = null)
112112
@@ -200,7 +200,7 @@ catch (ApiException e)
200200

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

203-
<a name="accountupdate"></a>
203+
<a id="accountupdate"></a>
204204
# **AccountUpdate**
205205
> AccountGetResponse AccountUpdate (AccountUpdateRequest accountUpdateRequest)
206206
@@ -297,7 +297,7 @@ catch (ApiException e)
297297

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

300-
<a name="accountverify"></a>
300+
<a id="accountverify"></a>
301301
# **AccountVerify**
302302
> AccountVerifyResponse AccountVerify (AccountVerifyRequest accountVerifyRequest)
303303

docs/AccountCreateRequest.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**EmailAddress** | **string** | The email address which will be associated with the new Account. |
8-
**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]
9-
**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]
10-
**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]
7+
**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]
118

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

docs/AccountCreateResponse.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

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

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

docs/AccountGetResponse.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

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

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

docs/AccountResponse.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountId** | **string** | The ID of the Account | [optional]
8-
**EmailAddress** | **string** | The email address associated with the Account. | [optional]
9-
**IsLocked** | **bool** | Returns `true` if the user has been locked out of their account by a team admin. | [optional]
10-
**IsPaidHs** | **bool** | Returns `true` if the user has a paid Dropbox Sign account. | [optional]
11-
**IsPaidHf** | **bool** | Returns `true` if the user has a paid HelloFax account. | [optional]
12-
**Quotas** | [**AccountResponseQuotas**](AccountResponseQuotas.md) | | [optional]
13-
**CallbackUrl** | **string** | The URL that Dropbox Sign events will `POST` to. | [optional]
14-
**RoleCode** | **string** | The membership role for the team. | [optional]
15-
**TeamId** | **string** | The id of the team account belongs to. | [optional]
16-
**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]
17-
**Usage** | [**AccountResponseUsage**](AccountResponseUsage.md) | | [optional]
7+
**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]
188

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

docs/AccountResponseQuotas.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ Details concerning remaining monthly quotas.
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional]
9-
**DocumentsLeft** | **int?** | Signature requests remaining. | [optional]
10-
**TemplatesTotal** | **int?** | Total API templates allowed. | [optional]
11-
**TemplatesLeft** | **int?** | API templates remaining. | [optional]
12-
**SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional]
13-
**NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional]
8+
**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]
149

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

docs/AccountUpdateRequest.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountId** | **string** | The ID of the Account | [optional]
8-
**CallbackUrl** | **string** | The URL that Dropbox Sign should POST events to. | [optional]
9-
**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]
7+
**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]
108

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

docs/AccountVerifyResponse.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

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

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

docs/ApiAppApi.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All URIs are relative to *https://api.hellosign.com/v3*
1010
| [**ApiAppList**](ApiAppApi.md#apiapplist) | **GET** /api_app/list | List API Apps |
1111
| [**ApiAppUpdate**](ApiAppApi.md#apiappupdate) | **PUT** /api_app/{client_id} | Update API App |
1212

13-
<a name="apiappcreate"></a>
13+
<a id="apiappcreate"></a>
1414
# **ApiAppCreate**
1515
> ApiAppGetResponse ApiAppCreate (ApiAppCreateRequest apiAppCreateRequest)
1616
@@ -130,7 +130,7 @@ catch (ApiException e)
130130

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

133-
<a name="apiappdelete"></a>
133+
<a id="apiappdelete"></a>
134134
# **ApiAppDelete**
135135
> void ApiAppDelete (string clientId)
136136
@@ -222,7 +222,7 @@ void (empty response body)
222222

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

225-
<a name="apiappget"></a>
225+
<a id="apiappget"></a>
226226
# **ApiAppGet**
227227
> ApiAppGetResponse ApiAppGet (string clientId)
228228
@@ -317,7 +317,7 @@ catch (ApiException e)
317317

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

320-
<a name="apiapplist"></a>
320+
<a id="apiapplist"></a>
321321
# **ApiAppList**
322322
> ApiAppListResponse ApiAppList (int? page = null, int? pageSize = null)
323323
@@ -414,7 +414,7 @@ catch (ApiException e)
414414

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

417-
<a name="apiappupdate"></a>
417+
<a id="apiappupdate"></a>
418418
# **ApiAppUpdate**
419419
> ApiAppGetResponse ApiAppUpdate (string clientId, ApiAppUpdateRequest apiAppUpdateRequest)
420420

0 commit comments

Comments
 (0)