Skip to content

Commit

Permalink
fix: parameter names in the request (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke committed Apr 16, 2021
1 parent db0189a commit 8d67753
Show file tree
Hide file tree
Showing 76 changed files with 382 additions and 382 deletions.
2 changes: 1 addition & 1 deletion twilio/rest/accounts/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./openapi"

## Documentation for API Endpoints

All URIs are relative to *http://localhost*
All URIs are relative to *https://accounts.twilio.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
6 changes: 3 additions & 3 deletions twilio/rest/accounts/v1/docs/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DefaultApi

All URIs are relative to *http://localhost*
All URIs are relative to *https://accounts.twilio.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -129,7 +129,7 @@ Other parameters are passed through a pointer to a CreateSecondaryAuthTokenParam

### HTTP request headers

- **Content-Type**: application/x-www-form-urlencoded,
- **Content-Type**: Not defined
- **Accept**: application/json,

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
Expand Down Expand Up @@ -445,7 +445,7 @@ Other parameters are passed through a pointer to a UpdateAuthTokenPromotionParam

### HTTP request headers

- **Content-Type**: application/x-www-form-urlencoded,
- **Content-Type**: Not defined
- **Accept**: application/json,

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/api/v2010/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./openapi"

## Documentation for API Endpoints

All URIs are relative to *http://localhost*
All URIs are relative to *https://api.twilio.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
46 changes: 23 additions & 23 deletions twilio/rest/api/v2010/api_default.go

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

2 changes: 1 addition & 1 deletion twilio/rest/api/v2010/docs/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DefaultApi

All URIs are relative to *http://localhost*
All URIs are relative to *https://api.twilio.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/autopilot/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./openapi"

## Documentation for API Endpoints

All URIs are relative to *http://localhost*
All URIs are relative to *https://autopilot.twilio.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/autopilot/v1/docs/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DefaultApi

All URIs are relative to *http://localhost*
All URIs are relative to *https://autopilot.twilio.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/bulkexports/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./openapi"

## Documentation for API Endpoints

All URIs are relative to *http://localhost*
All URIs are relative to *https://bulkexports.twilio.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/bulkexports/v1/docs/DefaultApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DefaultApi

All URIs are relative to *http://localhost*
All URIs are relative to *https://bulkexports.twilio.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/chat/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import "./openapi"

## Documentation for API Endpoints

All URIs are relative to *http://localhost*
All URIs are relative to *https://chat.twilio.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down

0 comments on commit 8d67753

Please sign in to comment.