Skip to content

Commit b250c83

Browse files
author
childish-sambino
authored
docs: fix the 'List*' operation return type documentation (#147)
1 parent 5cc1198 commit b250c83

File tree

292 files changed

+584
-584
lines changed

Some content is hidden

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

292 files changed

+584
-584
lines changed

rest/accounts/v1/docs/CredentialsAWSApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Name | Type | Description
139139

140140
## ListCredentialAws
141141

142-
> ListCredentialAwsResponse ListCredentialAws(ctx, optional)
142+
> []AccountsV1CredentialAws ListCredentialAws(ctx, optional)
143143
144144

145145

@@ -161,7 +161,7 @@ Name | Type | Description
161161

162162
### Return type
163163

164-
[**ListCredentialAwsResponse**](ListCredentialAwsResponse.md)
164+
[**[]AccountsV1CredentialAws**](AccountsV1CredentialAws.md)
165165

166166
### Authorization
167167

rest/accounts/v1/docs/CredentialsPublicKeysApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Name | Type | Description
139139

140140
## ListCredentialPublicKey
141141

142-
> ListCredentialPublicKeyResponse ListCredentialPublicKey(ctx, optional)
142+
> []AccountsV1CredentialPublicKey ListCredentialPublicKey(ctx, optional)
143143
144144

145145

@@ -161,7 +161,7 @@ Name | Type | Description
161161

162162
### Return type
163163

164-
[**ListCredentialPublicKeyResponse**](ListCredentialPublicKeyResponse.md)
164+
[**[]AccountsV1CredentialPublicKey**](AccountsV1CredentialPublicKey.md)
165165

166166
### Authorization
167167

rest/api/v2010/docs/AccountsAddressesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Name | Type | Description
142142

143143
## ListAddress
144144

145-
> ListAddressResponse ListAddress(ctx, optional)
145+
> []ApiV2010Address ListAddress(ctx, optional)
146146
147147

148148

@@ -166,7 +166,7 @@ Name | Type | Description
166166

167167
### Return type
168168

169-
[**ListAddressResponse**](ListAddressResponse.md)
169+
[**[]ApiV2010Address**](ApiV2010Address.md)
170170

171171
### Authorization
172172

rest/api/v2010/docs/AccountsAddressesDependentPhoneNumbersApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111
## ListDependentPhoneNumber
1212

13-
> ListDependentPhoneNumberResponse ListDependentPhoneNumber(ctx, AddressSidoptional)
13+
> []ApiV2010DependentPhoneNumber ListDependentPhoneNumber(ctx, AddressSidoptional)
1414
1515

1616

@@ -35,7 +35,7 @@ Name | Type | Description
3535

3636
### Return type
3737

38-
[**ListDependentPhoneNumberResponse**](ListDependentPhoneNumberResponse.md)
38+
[**[]ApiV2010DependentPhoneNumber**](ApiV2010DependentPhoneNumber.md)
3939

4040
### Authorization
4141

rest/api/v2010/docs/AccountsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Name | Type | Description
9494

9595
## ListAccount
9696

97-
> ListAccountResponse ListAccount(ctx, optional)
97+
> []ApiV2010Account ListAccount(ctx, optional)
9898
9999

100100

@@ -118,7 +118,7 @@ Name | Type | Description
118118

119119
### Return type
120120

121-
[**ListAccountResponse**](ListAccountResponse.md)
121+
[**[]ApiV2010Account**](ApiV2010Account.md)
122122

123123
### Authorization
124124

rest/api/v2010/docs/AccountsApplicationsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Name | Type | Description
154154

155155
## ListApplication
156156

157-
> ListApplicationResponse ListApplication(ctx, optional)
157+
> []ApiV2010Application ListApplication(ctx, optional)
158158
159159

160160

@@ -178,7 +178,7 @@ Name | Type | Description
178178

179179
### Return type
180180

181-
[**ListApplicationResponse**](ListApplicationResponse.md)
181+
[**[]ApiV2010Application**](ApiV2010Application.md)
182182

183183
### Authorization
184184

rest/api/v2010/docs/AccountsAuthorizedConnectAppsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Name | Type | Description
5454

5555
## ListAuthorizedConnectApp
5656

57-
> ListAuthorizedConnectAppResponse ListAuthorizedConnectApp(ctx, optional)
57+
> []ApiV2010AuthorizedConnectApp ListAuthorizedConnectApp(ctx, optional)
5858
5959

6060

@@ -77,7 +77,7 @@ Name | Type | Description
7777

7878
### Return type
7979

80-
[**ListAuthorizedConnectAppResponse**](ListAuthorizedConnectAppResponse.md)
80+
[**[]ApiV2010AuthorizedConnectApp**](ApiV2010AuthorizedConnectApp.md)
8181

8282
### Authorization
8383

rest/api/v2010/docs/AccountsAvailablePhoneNumbersApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name | Type | Description
5252

5353
## ListAvailablePhoneNumberCountry
5454

55-
> ListAvailablePhoneNumberCountryResponse ListAvailablePhoneNumberCountry(ctx, optional)
55+
> []ApiV2010AvailablePhoneNumberCountry ListAvailablePhoneNumberCountry(ctx, optional)
5656
5757

5858

@@ -73,7 +73,7 @@ Name | Type | Description
7373

7474
### Return type
7575

76-
[**ListAvailablePhoneNumberCountryResponse**](ListAvailablePhoneNumberCountryResponse.md)
76+
[**[]ApiV2010AvailablePhoneNumberCountry**](ApiV2010AvailablePhoneNumberCountry.md)
7777

7878
### Authorization
7979

rest/api/v2010/docs/AccountsAvailablePhoneNumbersLocalApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111
## ListAvailablePhoneNumberLocal
1212

13-
> ListAvailablePhoneNumberLocalResponse ListAvailablePhoneNumberLocal(ctx, CountryCodeoptional)
13+
> []ApiV2010AvailablePhoneNumberLocal ListAvailablePhoneNumberLocal(ctx, CountryCodeoptional)
1414
1515

1616

@@ -53,7 +53,7 @@ Name | Type | Description
5353

5454
### Return type
5555

56-
[**ListAvailablePhoneNumberLocalResponse**](ListAvailablePhoneNumberLocalResponse.md)
56+
[**[]ApiV2010AvailablePhoneNumberLocal**](ApiV2010AvailablePhoneNumberLocal.md)
5757

5858
### Authorization
5959

rest/api/v2010/docs/AccountsAvailablePhoneNumbersMachineToMachineApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111
## ListAvailablePhoneNumberMachineToMachine
1212

13-
> ListAvailablePhoneNumberMachineToMachineResponse ListAvailablePhoneNumberMachineToMachine(ctx, CountryCodeoptional)
13+
> []ApiV2010AvailablePhoneNumberMachineToMachine ListAvailablePhoneNumberMachineToMachine(ctx, CountryCodeoptional)
1414
1515

1616

@@ -53,7 +53,7 @@ Name | Type | Description
5353

5454
### Return type
5555

56-
[**ListAvailablePhoneNumberMachineToMachineResponse**](ListAvailablePhoneNumberMachineToMachineResponse.md)
56+
[**[]ApiV2010AvailablePhoneNumberMachineToMachine**](ApiV2010AvailablePhoneNumberMachineToMachine.md)
5757

5858
### Authorization
5959

0 commit comments

Comments
 (0)