Skip to content

Commit

Permalink
oaiFix: Updated api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Jun 16, 2022
1 parent a3c924d commit 35ee418
Show file tree
Hide file tree
Showing 37 changed files with 909 additions and 62 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---------------------------
**Lookups**
- Adding support for Lookup V2 API

**Studio**
- Corrected PII labels to be 30 days and added context to be PII

**Twiml**
- Add `statusCallbackMethod` attribute, nested `<Config` and `<Parameter>` elements to `<VirtualAgent>` noun.
- Add support for new Amazon Polly voices (Q2 2022) for `Say` verb
- Add support for `<Conversation>` noun


### [6.4.1](https://github.com/twilio/twilio-cli-core/compare/6.4.0...6.4.1) (2022-05-19)

---------------------------
Expand Down
19 changes: 18 additions & 1 deletion src/services/twilio-api/twilio_accounts_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
},
"termsOfService": "https://www.twilio.com/legal/tos",
"title": "Twilio - Accounts",
"version": "1.29.1"
"version": "1.29.2"
},
"openapi": "3.0.1",
"paths": {
Expand Down Expand Up @@ -289,6 +289,19 @@
"pathType": "instance"
}
},
"/v1/Credentials": {
"description": "TODO: Resource-level docs",
"servers": [
{
"url": "https://accounts.twilio.com"
}
],
"x-twilio": {
"className": "credential",
"defaultOutputProperties": [],
"pathType": "list"
}
},
"/v1/Credentials/AWS": {
"description": "User provided AWS keys",
"get": {
Expand Down Expand Up @@ -431,6 +444,7 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "list"
}
},
Expand Down Expand Up @@ -570,6 +584,7 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "instance"
}
},
Expand Down Expand Up @@ -715,6 +730,7 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "list"
}
},
Expand Down Expand Up @@ -854,6 +870,7 @@
"friendly_name",
"date_created"
],
"parent": "/Credentials",
"pathType": "instance"
}
}
Expand Down
Loading

0 comments on commit 35ee418

Please sign in to comment.