Skip to content

Commit

Permalink
add missing input for apidocs in create playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilles107 committed Feb 25, 2015
1 parent 8462659 commit 9ab2ede
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ public function saveBatchActionsAction(Request $request, $id)
* },
* parameters={
* {"name"="access_token", "dataType"="string", "required"=false, "description"="Access token"}
* }
* },
* input="\Newscoop\GimmeBundle\Form\Type\PlaylistType"
* )
*
* @Route("articles-lists.{_format}", defaults={"_format"="json"}, options={"expose"=true})
Expand Down

0 comments on commit 9ab2ede

Please sign in to comment.