Skip to content

Commit

Permalink
Fix get contact api description
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Jun 19, 2016
1 parent 23e1c2b commit 3479615
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/CSBill/ApiBundle/Controller/ClientController.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,10 @@ public function getClientPaymentsAction(ParamFetcherInterface $fetcher, $clientI
* @ApiDoc(
* statusCodes={
* 200="Returned when successful",
* 403="Returned when the user is not authorized",
* 404="Returned when the page is out of range",
* 403="Returned when the user is not authorized"
* },
* resource=true,
* description="Returns a list of all contacts for a specific client",
* description="Returns a contact for a specific client",
* authentication=true,
* output={
* "class"="CSBill\ClientBundle\Entity\Contact",
Expand Down

0 comments on commit 3479615

Please sign in to comment.