1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

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

View file

@ -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),
],
];

View file

@ -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),
],
];