mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
Fix a stupid copy/paste error in ARI docs.
Patches: ari-doc-patch.txt uploaded by jbigelow (license 5091) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -73,7 +73,7 @@ struct ast_control_playback_args {
|
||||
const char *operation;
|
||||
};
|
||||
/*!
|
||||
* \brief Get a playback's details.
|
||||
* \brief Control a playback.
|
||||
*
|
||||
* \param headers HTTP headers
|
||||
* \param args Swagger parameters
|
||||
|
@@ -51,7 +51,7 @@
|
||||
"operations": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"summary": "Get a playback's details.",
|
||||
"summary": "Control a playback.",
|
||||
"nickname": "controlPlayback",
|
||||
"responseClass": "void",
|
||||
"parameters": [
|
||||
|
Reference in New Issue
Block a user