Skip to content

Commit c0d79aa

Browse files
author
childish-sambino
authored
docs: use long property descriptions if available (#202)
1 parent 844a16b commit c0d79aa

File tree

928 files changed

+7104
-7521
lines changed

Some content is hidden

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

928 files changed

+7104
-7521
lines changed

rest/accounts/v1/docs/AccountsV1AuthTokenPromotion.md

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

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountSid** | Pointer to **string** | The SID of the Account that the secondary Auth Token was created for |
8-
**AuthToken** | Pointer to **string** | The promoted Auth Token |
9-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was created |
10-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was last updated |
7+
**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for. |
8+
**AuthToken** | Pointer to **string** | The promoted Auth Token that must be used to authenticate future API requests. |
9+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
10+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
1111
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1212

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

rest/accounts/v1/docs/AccountsV1CredentialAws.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Sid** | Pointer to **string** | The unique string that identifies the resource |
8-
**AccountSid** | Pointer to **string** | The SID of the Account that created the resource |
9-
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
10-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was created |
11-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was last updated |
7+
**Sid** | Pointer to **string** | The unique string that we created to identify the AWS resource. |
8+
**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AWS resource. |
9+
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
10+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
11+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
1212
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1313

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

rest/accounts/v1/docs/AccountsV1CredentialPublicKey.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Sid** | Pointer to **string** | The unique string that identifies the resource |
8-
**AccountSid** | Pointer to **string** | The SID of the Account that created the Credential that the PublicKey resource belongs to |
9-
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource |
10-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was created |
11-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The RFC 2822 date and time in GMT when the resource was last updated |
7+
**Sid** | Pointer to **string** | The unique string that that we created to identify the PublicKey resource. |
8+
**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to. |
9+
**FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
10+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
11+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
1212
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1313

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

rest/accounts/v1/docs/AccountsV1SecondaryAuthToken.md

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

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**AccountSid** | Pointer to **string** | The SID of the Account that the secondary Auth Token was created for |
8-
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was created |
9-
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The ISO 8601 formatted date and time in UTC when the resource was last updated |
10-
**SecondaryAuthToken** | Pointer to **string** | The generated secondary Auth Token |
7+
**AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for. |
8+
**DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
9+
**DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in UTC when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
10+
**SecondaryAuthToken** | Pointer to **string** | The generated secondary Auth Token that can be used to authenticate future API requests. |
1111
**Url** | Pointer to **string** | The URI for this resource, relative to `https://accounts.twilio.com` |
1212

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

rest/accounts/v1/model_accounts_v1_auth_token_promotion.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ import (
2020

2121
// AccountsV1AuthTokenPromotion struct for AccountsV1AuthTokenPromotion
2222
type AccountsV1AuthTokenPromotion struct {
23-
// The SID of the Account that the secondary Auth Token was created for
23+
// The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for.
2424
AccountSid *string `json:"account_sid,omitempty"`
25-
// The promoted Auth Token
25+
// The promoted Auth Token that must be used to authenticate future API requests.
2626
AuthToken *string `json:"auth_token,omitempty"`
27-
// The ISO 8601 formatted date and time in UTC when the resource was created
27+
// The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
2828
DateCreated *time.Time `json:"date_created,omitempty"`
29-
// The ISO 8601 formatted date and time in UTC when the resource was last updated
29+
// The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
3030
DateUpdated *time.Time `json:"date_updated,omitempty"`
3131
// The URI for this resource, relative to `https://accounts.twilio.com`
3232
Url *string `json:"url,omitempty"`

rest/accounts/v1/model_accounts_v1_credential_aws.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ import (
2020

2121
// AccountsV1CredentialAws struct for AccountsV1CredentialAws
2222
type AccountsV1CredentialAws struct {
23-
// The unique string that identifies the resource
23+
// The unique string that we created to identify the AWS resource.
2424
Sid *string `json:"sid,omitempty"`
25-
// The SID of the Account that created the resource
25+
// The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AWS resource.
2626
AccountSid *string `json:"account_sid,omitempty"`
27-
// The string that you assigned to describe the resource
27+
// The string that you assigned to describe the resource.
2828
FriendlyName *string `json:"friendly_name,omitempty"`
29-
// The RFC 2822 date and time in GMT when the resource was created
29+
// The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
3030
DateCreated *time.Time `json:"date_created,omitempty"`
31-
// The RFC 2822 date and time in GMT when the resource was last updated
31+
// The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
3232
DateUpdated *time.Time `json:"date_updated,omitempty"`
3333
// The URI for this resource, relative to `https://accounts.twilio.com`
3434
Url *string `json:"url,omitempty"`

rest/accounts/v1/model_accounts_v1_credential_public_key.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ import (
2020

2121
// AccountsV1CredentialPublicKey struct for AccountsV1CredentialPublicKey
2222
type AccountsV1CredentialPublicKey struct {
23-
// The unique string that identifies the resource
23+
// The unique string that that we created to identify the PublicKey resource.
2424
Sid *string `json:"sid,omitempty"`
25-
// The SID of the Account that created the Credential that the PublicKey resource belongs to
25+
// The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to.
2626
AccountSid *string `json:"account_sid,omitempty"`
27-
// The string that you assigned to describe the resource
27+
// The string that you assigned to describe the resource.
2828
FriendlyName *string `json:"friendly_name,omitempty"`
29-
// The RFC 2822 date and time in GMT when the resource was created
29+
// The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
3030
DateCreated *time.Time `json:"date_created,omitempty"`
31-
// The RFC 2822 date and time in GMT when the resource was last updated
31+
// The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
3232
DateUpdated *time.Time `json:"date_updated,omitempty"`
3333
// The URI for this resource, relative to `https://accounts.twilio.com`
3434
Url *string `json:"url,omitempty"`

rest/accounts/v1/model_accounts_v1_secondary_auth_token.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ import (
2020

2121
// AccountsV1SecondaryAuthToken struct for AccountsV1SecondaryAuthToken
2222
type AccountsV1SecondaryAuthToken struct {
23-
// The SID of the Account that the secondary Auth Token was created for
23+
// The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for.
2424
AccountSid *string `json:"account_sid,omitempty"`
25-
// The ISO 8601 formatted date and time in UTC when the resource was created
25+
// The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
2626
DateCreated *time.Time `json:"date_created,omitempty"`
27-
// The ISO 8601 formatted date and time in UTC when the resource was last updated
27+
// The date and time in UTC when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
2828
DateUpdated *time.Time `json:"date_updated,omitempty"`
29-
// The generated secondary Auth Token
29+
// The generated secondary Auth Token that can be used to authenticate future API requests.
3030
SecondaryAuthToken *string `json:"secondary_auth_token,omitempty"`
3131
// The URI for this resource, relative to `https://accounts.twilio.com`
3232
Url *string `json:"url,omitempty"`

rest/api/v2010/accounts_addresses.go

-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ func (params *CreateAddressParams) SetStreetSecondary(StreetSecondary string) *C
9494
return params
9595
}
9696

97-
//
9897
func (c *ApiService) CreateAddress(params *CreateAddressParams) (*ApiV2010Address, error) {
9998
path := "/2010-04-01/Accounts/{AccountSid}/Addresses.json"
10099
if params != nil && params.PathAccountSid != nil {
@@ -163,7 +162,6 @@ func (params *DeleteAddressParams) SetPathAccountSid(PathAccountSid string) *Del
163162
return params
164163
}
165164

166-
//
167165
func (c *ApiService) DeleteAddress(Sid string, params *DeleteAddressParams) error {
168166
path := "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json"
169167
if params != nil && params.PathAccountSid != nil {
@@ -197,7 +195,6 @@ func (params *FetchAddressParams) SetPathAccountSid(PathAccountSid string) *Fetc
197195
return params
198196
}
199197

200-
//
201198
func (c *ApiService) FetchAddress(Sid string, params *FetchAddressParams) (*ApiV2010Address, error) {
202199
path := "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json"
203200
if params != nil && params.PathAccountSid != nil {
@@ -465,7 +462,6 @@ func (params *UpdateAddressParams) SetStreetSecondary(StreetSecondary string) *U
465462
return params
466463
}
467464

468-
//
469465
func (c *ApiService) UpdateAddress(Sid string, params *UpdateAddressParams) (*ApiV2010Address, error) {
470466
path := "/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json"
471467
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_available_phone_numbers.go

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func (params *FetchAvailablePhoneNumberCountryParams) SetPathAccountSid(PathAcco
3434
return params
3535
}
3636

37-
//
3837
func (c *ApiService) FetchAvailablePhoneNumberCountry(CountryCode string, params *FetchAvailablePhoneNumberCountryParams) (*ApiV2010AvailablePhoneNumberCountry, error) {
3938
path := "/2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json"
4039
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_calls_notifications.go

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func (params *FetchCallNotificationParams) SetPathAccountSid(PathAccountSid stri
3434
return params
3535
}
3636

37-
//
3837
func (c *ApiService) FetchCallNotification(CallSid string, Sid string, params *FetchCallNotificationParams) (*ApiV2010CallNotificationInstance, error) {
3938
path := "/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json"
4039
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_conferences.go

-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ func (params *UpdateConferenceParams) SetAnnounceMethod(AnnounceMethod string) *
311311
return params
312312
}
313313

314-
//
315314
func (c *ApiService) UpdateConference(Sid string, params *UpdateConferenceParams) (*ApiV2010Conference, error) {
316315
path := "/2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json"
317316
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_conferences_participants.go

-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ func (params *CreateParticipantParams) SetAmdStatusCallbackMethod(AmdStatusCallb
310310
return params
311311
}
312312

313-
//
314313
func (c *ApiService) CreateParticipant(ConferenceSid string, params *CreateParticipantParams) (*ApiV2010Participant, error) {
315314
path := "/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json"
316315
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_incoming_phone_numbers_local.go

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ func (params *CreateIncomingPhoneNumberLocalParams) SetBundleSid(BundleSid strin
172172
return params
173173
}
174174

175-
//
176175
func (c *ApiService) CreateIncomingPhoneNumberLocal(params *CreateIncomingPhoneNumberLocalParams) (*ApiV2010IncomingPhoneNumberLocal, error) {
177176
path := "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json"
178177
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_incoming_phone_numbers_mobile.go

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ func (params *CreateIncomingPhoneNumberMobileParams) SetBundleSid(BundleSid stri
172172
return params
173173
}
174174

175-
//
176175
func (c *ApiService) CreateIncomingPhoneNumberMobile(params *CreateIncomingPhoneNumberMobileParams) (*ApiV2010IncomingPhoneNumberMobile, error) {
177176
path := "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json"
178177
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_incoming_phone_numbers_toll_free.go

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ func (params *CreateIncomingPhoneNumberTollFreeParams) SetBundleSid(BundleSid st
172172
return params
173173
}
174174

175-
//
176175
func (c *ApiService) CreateIncomingPhoneNumberTollFree(params *CreateIncomingPhoneNumberTollFreeParams) (*ApiV2010IncomingPhoneNumberTollFree, error) {
177176
path := "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json"
178177
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_keys.go

-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func (params *CreateNewKeyParams) SetFriendlyName(FriendlyName string) *CreateNe
4040
return params
4141
}
4242

43-
//
4443
func (c *ApiService) CreateNewKey(params *CreateNewKeyParams) (*ApiV2010NewKey, error) {
4544
path := "/2010-04-01/Accounts/{AccountSid}/Keys.json"
4645
if params != nil && params.PathAccountSid != nil {
@@ -82,7 +81,6 @@ func (params *DeleteKeyParams) SetPathAccountSid(PathAccountSid string) *DeleteK
8281
return params
8382
}
8483

85-
//
8684
func (c *ApiService) DeleteKey(Sid string, params *DeleteKeyParams) error {
8785
path := "/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json"
8886
if params != nil && params.PathAccountSid != nil {
@@ -116,7 +114,6 @@ func (params *FetchKeyParams) SetPathAccountSid(PathAccountSid string) *FetchKey
116114
return params
117115
}
118116

119-
//
120117
func (c *ApiService) FetchKey(Sid string, params *FetchKeyParams) (*ApiV2010Key, error) {
121118
path := "/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json"
122119
if params != nil && params.PathAccountSid != nil {
@@ -309,7 +306,6 @@ func (params *UpdateKeyParams) SetFriendlyName(FriendlyName string) *UpdateKeyPa
309306
return params
310307
}
311308

312-
//
313309
func (c *ApiService) UpdateKey(Sid string, params *UpdateKeyParams) (*ApiV2010Key, error) {
314310
path := "/2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json"
315311
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_messages_feedback.go

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func (params *CreateMessageFeedbackParams) SetOutcome(Outcome string) *CreateMes
3737
return params
3838
}
3939

40-
//
4140
func (c *ApiService) CreateMessageFeedback(MessageSid string, params *CreateMessageFeedbackParams) (*ApiV2010MessageFeedback, error) {
4241
path := "/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json"
4342
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_outgoing_caller_ids.go

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func (params *CreateValidationRequestParams) SetStatusCallbackMethod(StatusCallb
7070
return params
7171
}
7272

73-
//
7473
func (c *ApiService) CreateValidationRequest(params *CreateValidationRequestParams) (*ApiV2010ValidationRequest, error) {
7574
path := "/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json"
7675
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_recordings_transcriptions.go

-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func (params *DeleteRecordingTranscriptionParams) SetPathAccountSid(PathAccountS
3434
return params
3535
}
3636

37-
//
3837
func (c *ApiService) DeleteRecordingTranscription(RecordingSid string, Sid string, params *DeleteRecordingTranscriptionParams) error {
3938
path := "/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json"
4039
if params != nil && params.PathAccountSid != nil {
@@ -69,7 +68,6 @@ func (params *FetchRecordingTranscriptionParams) SetPathAccountSid(PathAccountSi
6968
return params
7069
}
7170

72-
//
7371
func (c *ApiService) FetchRecordingTranscription(RecordingSid string, Sid string, params *FetchRecordingTranscriptionParams) (*ApiV2010RecordingTranscription, error) {
7472
path := "/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json"
7573
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_signing_keys.go

-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ func (params *DeleteSigningKeyParams) SetPathAccountSid(PathAccountSid string) *
8282
return params
8383
}
8484

85-
//
8685
func (c *ApiService) DeleteSigningKey(Sid string, params *DeleteSigningKeyParams) error {
8786
path := "/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json"
8887
if params != nil && params.PathAccountSid != nil {
@@ -116,7 +115,6 @@ func (params *FetchSigningKeyParams) SetPathAccountSid(PathAccountSid string) *F
116115
return params
117116
}
118117

119-
//
120118
func (c *ApiService) FetchSigningKey(Sid string, params *FetchSigningKeyParams) (*ApiV2010SigningKey, error) {
121119
path := "/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json"
122120
if params != nil && params.PathAccountSid != nil {
@@ -309,7 +307,6 @@ func (params *UpdateSigningKeyParams) SetFriendlyName(FriendlyName string) *Upda
309307
return params
310308
}
311309

312-
//
313310
func (c *ApiService) UpdateSigningKey(Sid string, params *UpdateSigningKeyParams) (*ApiV2010SigningKey, error) {
314311
path := "/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json"
315312
if params != nil && params.PathAccountSid != nil {

rest/api/v2010/accounts_usage_triggers.go

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ func (params *DeleteUsageTriggerParams) SetPathAccountSid(PathAccountSid string)
136136
return params
137137
}
138138

139-
//
140139
func (c *ApiService) DeleteUsageTrigger(Sid string, params *DeleteUsageTriggerParams) error {
141140
path := "/2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json"
142141
if params != nil && params.PathAccountSid != nil {

0 commit comments

Comments
 (0)