Skip to content

Commit

Permalink
chore(assets): Recompile assets
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Sep 11, 2024
1 parent 17cc7bc commit 8b63697
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 112 deletions.
149 changes: 114 additions & 35 deletions openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -11394,7 +11394,22 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"breakout-room",
"type",
"value"
]
}
}
}
}
}
}
Expand Down Expand Up @@ -11500,7 +11515,22 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"breakout-room",
"type",
"value"
]
}
}
}
}
}
}
Expand Down Expand Up @@ -11628,7 +11658,21 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"type",
"value"
]
}
}
}
}
}
}
Expand Down Expand Up @@ -11760,7 +11804,21 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"type",
"value"
]
}
}
}
}
}
}
Expand Down Expand Up @@ -11893,7 +11951,22 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"breakout-room",
"type",
"value"
]
}
}
}
}
}
}
Expand Down Expand Up @@ -12001,34 +12074,6 @@
}
}
},
"403": {
"description": "Setting password is not allowed",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
},
"400": {
"description": "Setting password is not possible",
"content": {
Expand All @@ -12051,7 +12096,18 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"breakout-room",
"type",
"value"
]
},
"message": {
"type": "string"
}
Expand Down Expand Up @@ -15473,9 +15529,17 @@
},
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string"
"type": "string",
"enum": [
"breakout-room",
"type",
"value"
]
}
}
}
Expand Down Expand Up @@ -15716,7 +15780,22 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
"data": {
"type": "object",
"required": [
"error"
],
"properties": {
"error": {
"type": "string",
"enum": [
"breakout-room",
"type",
"value"
]
}
}
}
}
}
}
Expand Down
Loading

0 comments on commit 8b63697

Please sign in to comment.