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

feat: add baseUrls to the top-level documents #32

Merged
merged 1 commit into from
Apr 15, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 5 additions & 22 deletions spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@
"post": {
"description": "Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.",
"operationId": "UpdateAuthTokenPromotion",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "UpdateAuthTokenPromotionRequest",
"type": "object"
}
}
}
},
"responses": {
"200": {
"content": {
Expand Down Expand Up @@ -261,17 +250,6 @@
"post": {
"description": "Create a new secondary Auth Token",
"operationId": "CreateSecondaryAuthToken",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "CreateSecondaryAuthTokenRequest",
"type": "object"
}
}
}
},
"responses": {
"201": {
"content": {
Expand Down Expand Up @@ -866,6 +844,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://accounts.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -30459,6 +30459,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://api.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_autopilot_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4390,6 +4390,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://autopilot.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Preview product that is subject to change. Use it with caution. If you currently do not have developer preview access, please contact help@twilio.com.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_bulkexports_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,11 @@
"x-path-type": "list"
}
},
"servers": [
{
"url": "https://bulkexports.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_chat_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4041,6 +4041,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://chat.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_chat_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5460,6 +5460,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://chat.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_conversations_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7951,6 +7951,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://conversations.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
16 changes: 5 additions & 11 deletions spec/json/twilio_events_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,17 +771,6 @@
}
}
],
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "CreateSinkTestRequest",
"type": "object"
}
}
}
},
"responses": {
"201": {
"content": {
Expand Down Expand Up @@ -1656,6 +1645,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://events.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_fax_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://fax.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
16 changes: 5 additions & 11 deletions spec/json/twilio_flex_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,17 +788,6 @@
"post": {
"description": "",
"operationId": "UpdateConfiguration",
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "UpdateConfigurationRequest",
"type": "object"
}
}
}
},
"responses": {
"200": {
"content": {
Expand Down Expand Up @@ -1595,6 +1584,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://flex-api.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_insights_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://insights.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_ip_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3933,6 +3933,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://ip-messaging.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_ip_messaging_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5310,6 +5310,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://ip-messaging.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_lookups_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://lookups.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_messaging_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2357,6 +2357,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://messaging.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_monitor_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://monitor.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_notify_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://notify.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
16 changes: 5 additions & 11 deletions spec/json/twilio_numbers_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,17 +804,6 @@
}
}
],
"requestBody": {
"content": {
"application/x-www-form-urlencoded": {
"schema": {
"properties": {},
"title": "CreateEvaluationRequest",
"type": "object"
}
}
}
},
"responses": {
"201": {
"content": {
Expand Down Expand Up @@ -2334,6 +2323,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://numbers.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_pricing_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://pricing.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_pricing_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://pricing.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_proxy_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3160,6 +3160,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://proxy.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_serverless_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3615,6 +3615,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://serverless.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_studio_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2053,6 +2053,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://studio.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_studio_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,11 @@
"x-path-type": "instance"
}
},
"servers": [
{
"url": "https://studio.twilio.com"
}
],
"x-maturity": [
{
"description": "This product is Generally Available.",
Expand Down
5 changes: 5 additions & 0 deletions spec/json/twilio_supersim_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2504,6 +2504,11 @@
"x-path-type": "list"
}
},
"servers": [
{
"url": "https://supersim.twilio.com"
}
],
"x-maturity": [
{
"description": "PLEASE NOTE that this is a Beta product that is subject to change. Use it with caution.",
Expand Down
Loading