mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
fix format
This commit is contained in:
parent
7aceae05d5
commit
91a1e4cfd0
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ class Swagger2 extends Format
|
|||
$node['items']['x-enum-keys'] = $this->getRequestEnumKeys($namespace, $methodName, $name);
|
||||
}
|
||||
if ($validator->getType() === 'integer') {
|
||||
$node['items']['format'] = 'int32';
|
||||
$node['schema']['format'] = 'int32';
|
||||
}
|
||||
} else {
|
||||
$node['type'] = $validator->getType();
|
||||
|
|
|
|||
Loading…
Reference in a new issue