[Home]

Summary:ASTERISK-22636: ARI: swagger-ui DELETE does not allow entering channelid.
Reporter:Richard Mudgett (rmudgett)Labels:
Date Opened:2013-10-02 13:04:07Date Closed:2013-10-04 15:21:54
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari
Versions:12.0.0-alpha1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:The swagger-ui page for
{noformat}
DELETE /channels/{channelid}
DELETE /bridges/{bridgeid}
{noformat}
does not have an editable field to enter the channelid or bridgeid.

It also does not have the usual try-it button.
After looking at the rest of the swagger-ui page, none of the DELETE entries can enter what to delete nor a try-it button.
Comments:By: Matt Jordan (mjordan) 2013-10-04 15:21:54.999-0500

Swagger UI doesn't support DELETE through its test pages. DELETE still works, but has to be done manually using curl.