mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Merge pull request #92 from leevigraham/master
A couple of little fixes
This commit is contained in:
commit
35b8b9ca40
@ -82,8 +82,8 @@ class YourController extends Controller
|
|||||||
/**
|
/**
|
||||||
* @ApiDoc(
|
* @ApiDoc(
|
||||||
* description="Create a new Object",
|
* description="Create a new Object",
|
||||||
* input="Your\Namespace\Form\Type\YourType"
|
* input="Your\Namespace\Form\Type\YourType",
|
||||||
* return='Your\Namespace\Class'
|
* return="Your\Namespace\Class"
|
||||||
* )
|
* )
|
||||||
*/
|
*/
|
||||||
public function postAction()
|
public function postAction()
|
||||||
|
@ -315,7 +315,7 @@ li.operation.get div.content h4 {
|
|||||||
/* POST operations */
|
/* POST operations */
|
||||||
li.operation.post div.heading {
|
li.operation.post div.heading {
|
||||||
border-color: #c3e8d1;
|
border-color: #c3e8d1;
|
||||||
background-color: #e7f0f7;
|
background-color: #def1e5;
|
||||||
}
|
}
|
||||||
li.operation.post div.heading h3 span.http_method a{
|
li.operation.post div.heading h3 span.http_method a{
|
||||||
background-color: #10a54a;
|
background-color: #10a54a;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user