Updated specs

This commit is contained in:
Eldad Fux
2021-01-29 18:13:11 +02:00
parent 52a37051c9
commit 07beab14f8
2 changed files with 2 additions and 0 deletions
@@ -118,6 +118,7 @@ class OpenAPI3 extends Format
'rate-key' => $route->getLabel('abuse-key', 'url:{url},ip:{ip}'),
'scope' => $route->getLabel('scope', ''),
'platforms' => $route->getLabel('sdk.platform', []),
'packaging' => $route->getLabel('sdk.packaging', false),
],
];
@@ -116,6 +116,7 @@ class Swagger2 extends Format
'rate-key' => $route->getLabel('abuse-key', 'url:{url},ip:{ip}'),
'scope' => $route->getLabel('scope', ''),
'platforms' => $route->getLabel('sdk.platform', []),
'packaging' => $route->getLabel('sdk.packaging', false),
],
];