mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 07:41:43 +03:00
Fix an properly document https option
This commit is contained in:
parent
f45cc2565e
commit
dc8494bbdf
@ -222,6 +222,10 @@ class ApiDoc
|
||||
if (isset($data['deprecated'])) {
|
||||
$this->deprecated = $data['deprecated'];
|
||||
}
|
||||
|
||||
if (isset($data['https'])) {
|
||||
$this->https = $data['https'];
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -123,6 +123,8 @@ The following properties are available:
|
||||
|
||||
* `description`: a description of the API method;
|
||||
|
||||
* `https`: whether the method described requires the https protocol (default: `false`);
|
||||
|
||||
* `deprecated`: allow to set method as deprecated (default: `false`);
|
||||
|
||||
* `filters`: an array of filters;
|
||||
|
Loading…
x
Reference in New Issue
Block a user