We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4df93c commit d899a15Copy full SHA for d899a15
1 file changed
API.php
@@ -29,6 +29,7 @@ class API extends \Piwik\Plugin\API
29
*
30
* /index.php?module=API&method=OpenApiDocs.getMatomoOpenApiSpec
31
32
+ * @param string $format Output format. Only `json` is supported.
33
* @return array<string, mixed> The decoded OpenAPI specification payload.
34
* @throws \Exception If the file is missing, unreadable, or contains invalid JSON.
35
*/
0 commit comments