Swagger_Documentation::READ_args()
Returns the content of the args array that should be used to register the endpoint with the register_rest_route function.
Return
(array)
Source
File: src/Event_Automator/Zapier/REST/V1/Documentation/Swagger_Documentation.php
public function READ_args() {
return [];
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |