From 467654020a1fcf0a9ddcc9331017d181e81f580a Mon Sep 17 00:00:00 2001 From: Charly Monedero Date: Wed, 17 Jul 2024 16:36:20 +0200 Subject: [PATCH 1/2] docs: update known limitations section with app/json note --- docs/general_usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/general_usage.md b/docs/general_usage.md index b759bbbc7..1ac558a71 100644 --- a/docs/general_usage.md +++ b/docs/general_usage.md @@ -190,5 +190,6 @@ Substitute X.X.X below with the desired version. * When listing resources, only the first 50 records will be displayed, by default. Use the `--limit` flag to modify this behavior. * You can filter these results based on date, to, from, etc. to further limit the results. * Pass the `--help` flag to the command for details on which fields you may filter by. +* Usage of `application/json` is not supported for `twilio-cli`. As of July 2024, no active development is in place for adding this feature. [Global Infrastructure]: https://www.twilio.com/docs/global-infrastructure From dd58e8a95c7f578cc94f9d5438c615c64bfb6287 Mon Sep 17 00:00:00 2001 From: Charly Monedero Date: Wed, 17 Jul 2024 16:41:06 +0200 Subject: [PATCH 2/2] docs: clarify limitation for app/json request body --- docs/general_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general_usage.md b/docs/general_usage.md index 1ac558a71..ff616316d 100644 --- a/docs/general_usage.md +++ b/docs/general_usage.md @@ -190,6 +190,6 @@ Substitute X.X.X below with the desired version. * When listing resources, only the first 50 records will be displayed, by default. Use the `--limit` flag to modify this behavior. * You can filter these results based on date, to, from, etc. to further limit the results. * Pass the `--help` flag to the command for details on which fields you may filter by. -* Usage of `application/json` is not supported for `twilio-cli`. As of July 2024, no active development is in place for adding this feature. +* Usage of `application/json` in request body is not supported for `twilio-cli`. As of July 2024, no active development is in place for adding this feature. [Global Infrastructure]: https://www.twilio.com/docs/global-infrastructure