Skip to content

Commit

Permalink
[Librarian] Regenerated @ 3e6ad1f24c7f9fc3d3bf3465cc2bdd014b1f6311
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jan 14, 2024
1 parent 496e1df commit 45eef8d
Show file tree
Hide file tree
Showing 87 changed files with 5,819 additions and 21,889 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
twilio-oai changelog
====================
[2024-01-14] Version 1.52.1
---------------------------
**Push**
- Migrated to new Push API V4 with Resilient Notification Delivery.


[2023-12-14] Version 1.52.0
---------------------------
**Api**
Expand Down
2 changes: 1 addition & 1 deletion spec/json/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.52.0"
"version": "1.52.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down
70 changes: 69 additions & 1 deletion spec/json/twilio_api_v2010.json
Original file line number Diff line number Diff line change
Expand Up @@ -9922,7 +9922,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "1.52.0"
"version": "1.52.1"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -35305,6 +35305,71 @@
"GA"
]
}
},
"/healthcheck": {
"x-twilio": {
"className": "health_check",
"libraryVisibility": "private",
"docs_visibility": "private",
"pathType": "instance",
"x-skip-path": "true"
},
"servers": [
{
"url": "https://api.twilio.com"
}
],
"get": {
"operationId": "FetchHealthCheck",
"description": "API HealthCheck",
"security": [],
"tags": [
"Api20100401HealthCheck"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"x-class-extra-annotation": "@JacksonXmlRootElement(localName = \"Healthcheck\")",
"type": "object",
"properties": {
"status": {
"description": "HealthCheck status",
"type": "string"
}
}
}
}
}
}
},
"x-twilio": {
"pathType": "instance",
"fixedResponse": {
"statusCode": 200,
"content": {
"status": "ok"
}
},
"transactions": [
{
"name": "validateHealthCheck",
"request": {
"method": "GET",
"url": "https://api.twilio.com/healthcheck.json"
},
"response": {
"statusCode": 200,
"content": {
"status": "ok"
}
}
}
]
}
}
}
},
"servers": [
Expand Down Expand Up @@ -35388,6 +35453,9 @@
{
"name": "Api20100401FeedbackSummary"
},
{
"name": "Api20100401HealthCheck"
},
{
"name": "Api20100401IncomingPhoneNumber"
},
Expand Down
Loading

0 comments on commit 45eef8d

Please sign in to comment.