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:
David M. Lee
2013-10-11 16:18:46 +00:00
parent 945108058c
commit 1af791acb0
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ struct ast_control_playback_args {
const char *operation; const char *operation;
}; };
/*! /*!
* \brief Get a playback's details. * \brief Control a playback.
* *
* \param headers HTTP headers * \param headers HTTP headers
* \param args Swagger parameters * \param args Swagger parameters

View File

@@ -51,7 +51,7 @@
"operations": [ "operations": [
{ {
"httpMethod": "POST", "httpMethod": "POST",
"summary": "Get a playback's details.", "summary": "Control a playback.",
"nickname": "controlPlayback", "nickname": "controlPlayback",
"responseClass": "void", "responseClass": "void",
"parameters": [ "parameters": [