Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 8 additions & 24 deletions apps/files_sharing/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,25 +1509,17 @@
"in": "query",
"description": "Whether to not crop the preview",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
"name": "mimeFallback",
"in": "query",
"description": "Whether to fallback to the mime icon if no preview is available",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
Expand Down Expand Up @@ -2357,12 +2349,8 @@
"in": "query",
"description": "Include tags in the share",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
Expand Down Expand Up @@ -3525,12 +3513,8 @@
"in": "query",
"description": "If a global lookup should be performed too",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
Expand Down
8 changes: 2 additions & 6 deletions apps/files_trashbin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,8 @@
"in": "query",
"description": "Whether to not crop the preview",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down
8 changes: 2 additions & 6 deletions apps/files_versions/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,8 @@
"in": "query",
"description": "Whether to fallback to the mime icon if no preview is available",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down
24 changes: 6 additions & 18 deletions apps/theming/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,25 +182,17 @@
"in": "query",
"description": "Let the browser decide the CSS priority",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
"name": "withCustomCss",
"in": "query",
"description": "Include custom CSS",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down Expand Up @@ -260,12 +252,8 @@
"in": "query",
"description": "Return image as SVG",
"schema": {
"type": "integer",
"default": 1,
"enum": [
0,
1
]
"type": "boolean",
"default": true
}
}
],
Expand Down
8 changes: 2 additions & 6 deletions apps/user_ldap/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,8 @@
"in": "query",
"description": "Whether to show the password",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
Expand Down
88 changes: 22 additions & 66 deletions core/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -3174,12 +3174,8 @@
"in": "query",
"description": "Rewrite URLs to absolute ones",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
Expand Down Expand Up @@ -3282,12 +3278,8 @@
"in": "query",
"description": "Rewrite URLs to absolute ones",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
Expand Down Expand Up @@ -8945,12 +8937,8 @@
"in": "query",
"description": "Fallback to guest avatar if not found",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down Expand Up @@ -9052,12 +9040,8 @@
"in": "query",
"description": "Fallback to guest avatar if not found",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down Expand Up @@ -9301,13 +9285,9 @@
"in": "query",
"description": "Return dark avatar",
"schema": {
"type": "integer",
"type": "boolean",
"nullable": true,
"default": 0,
"enum": [
0,
1
]
"default": false
}
}
],
Expand Down Expand Up @@ -9683,25 +9663,17 @@
"in": "query",
"description": "Preserve the aspect ratio",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
"name": "forceIcon",
"in": "query",
"description": "Force returning an icon",
"schema": {
"type": "integer",
"default": 1,
"enum": [
0,
1
]
"type": "boolean",
"default": true
}
},
{
Expand All @@ -9722,12 +9694,8 @@
"in": "query",
"description": "Whether to fallback to the mime icon if no preview is available",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down Expand Up @@ -9849,25 +9817,17 @@
"in": "query",
"description": "Preserve the aspect ratio",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
},
{
"name": "forceIcon",
"in": "query",
"description": "Force returning an icon",
"schema": {
"type": "integer",
"default": 1,
"enum": [
0,
1
]
"type": "boolean",
"default": true
}
},
{
Expand All @@ -9888,12 +9848,8 @@
"in": "query",
"description": "Whether to fallback to the mime icon if no preview is available",
"schema": {
"type": "integer",
"default": 0,
"enum": [
0,
1
]
"type": "boolean",
"default": false
}
}
],
Expand Down
Loading
Loading