(closes issue ASTERISK-22722)
Reported by: Richard Mudgett
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402139
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
break;
case 500: /* Internal Server Error */
case 501: /* Not Implemented */
+ case 404: /* The playback cannot be found */
is_valid = 1;
break;
default:
break;
case 500: /* Internal Server Error */
case 501: /* Not Implemented */
+ case 404: /* The playback cannot be found */
is_valid = 1;
break;
default:
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 404,
+ "reason": "The playback cannot be found"
+ }
]
},
{
"allowMultiple": false,
"dataType": "string"
}
+ ],
+ "errorResponses": [
+ {
+ "code": 404,
+ "reason": "The playback cannot be found"
+ }
]
}
]