Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: parameter names in the request #63

Merged
merged 1 commit into from
Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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