You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahoy! Thank you for opening your first issue here! If this request is regarding troubleshooting your application, please reach out to the support team via https://support.twilio.com.
Issue Summary
Please add
tags
to the specs to make them easier to navigate when using tools like Swagger UI.For example, this is the current untagged Verify spec when rendered in Swagger UI:
https://johnchaffee.wiki/twilio-swagger/apis/verify-untagged/
And this is the same spec with
tags
added:https://johnchaffee.wiki/twilio-swagger/apis/verify/
As you can see, the tagged version is easier for a human to navigate.
Steps to Reproduce
For each method (
get
,post
,put
,delete
) add atags
item that describes the resource it is associated with.For example, add
"tags": ["Verifications"]
to thepost
method in the/v2/Services/{ServiceSid}/Verifications
path:Technical details:
Other
Let me know if I can help in any way.
The text was updated successfully, but these errors were encountered: