Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: update openAPI exports
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Aug 18, 2025
commit 10768a260201e518dad3dde7f8872bd89ed94da4
4 changes: 4 additions & 0 deletions apps/provisioning_api/openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"quota",
"role",
"subadmin",
"timezone",
"twitter",
"bluesky",
"website"
Expand Down Expand Up @@ -262,6 +263,9 @@
"type": "string"
}
},
"timezone": {
"type": "string"
},
"twitter": {
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions apps/provisioning_api/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
"quota",
"role",
"subadmin",
"timezone",
"twitter",
"bluesky",
"website"
Expand Down Expand Up @@ -309,6 +310,9 @@
"type": "string"
}
},
"timezone": {
"type": "string"
},
"twitter": {
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions apps/provisioning_api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
"quota",
"role",
"subadmin",
"timezone",
"twitter",
"bluesky",
"website"
Expand Down Expand Up @@ -309,6 +310,9 @@
"type": "string"
}
},
"timezone": {
"type": "string"
},
"twitter": {
"type": "string"
},
Expand Down
4 changes: 1 addition & 3 deletions core/openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"mod-rewrite-working",
"user"
"mod-rewrite-working"
],
"properties": {
"pollinterval": {
Expand All @@ -55,7 +54,6 @@
},
"user": {
"type": "object",
"nullable": true,
"required": [
"language",
"locale",
Expand Down
4 changes: 1 addition & 3 deletions core/openapi-ex_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"mod-rewrite-working",
"user"
"mod-rewrite-working"
],
"properties": {
"pollinterval": {
Expand All @@ -55,7 +54,6 @@
},
"user": {
"type": "object",
"nullable": true,
"required": [
"language",
"locale",
Expand Down
4 changes: 1 addition & 3 deletions core/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"mod-rewrite-working",
"user"
"mod-rewrite-working"
],
"properties": {
"pollinterval": {
Expand All @@ -121,7 +120,6 @@
},
"user": {
"type": "object",
"nullable": true,
"required": [
"language",
"locale",
Expand Down
4 changes: 1 addition & 3 deletions core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"mod-rewrite-working",
"user"
"mod-rewrite-working"
],
"properties": {
"pollinterval": {
Expand All @@ -121,7 +120,6 @@
},
"user": {
"type": "object",
"nullable": true,
"required": [
"language",
"locale",
Expand Down
8 changes: 5 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@
"webdav-root",
"reference-api",
"reference-regex",
"mod-rewrite-working",
"user"
"mod-rewrite-working"
],
"properties": {
"pollinterval": {
Expand All @@ -159,7 +158,6 @@
},
"user": {
"type": "object",
"nullable": true,
"required": [
"language",
"locale",
Expand Down Expand Up @@ -3585,6 +3583,7 @@
"quota",
"role",
"subadmin",
"timezone",
"twitter",
"bluesky",
"website"
Expand Down Expand Up @@ -3742,6 +3741,9 @@
"type": "string"
}
},
"timezone": {
"type": "string"
},
"twitter": {
"type": "string"
},
Expand Down