summaryrefslogtreecommitdiffstats
path: root/docs/webinar.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-01 10:45:07 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-01 17:29:24 +0200
commit1ec6a4f40d103186632ae62ece95f0b91db3ab0c (patch)
treee4f48ee6084e482203ddfbf297675734260cc6fc /docs/webinar.md
parent332352f40af5fdf63ed6e877e391704ea0290e40 (diff)
Fix table structures so IDEs stop complaining even though it is valid markdown
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/webinar.md')
-rw-r--r--docs/webinar.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/webinar.md b/docs/webinar.md
index 7f303bb84..638f95272 100644
--- a/docs/webinar.md
+++ b/docs/webinar.md
@@ -20,10 +20,10 @@ Group and public conversations can be used to host webinars. Those online meetin
* Endpoint: `/room/{token}/webinar/lobby`
* Data:
- field | type | Description
- ---|---|---
- `state` | int | New state for the conversation
- `timer` | int/null | Timestamp when the lobby state is reset to no lobby
+| field | type | Description |
+|---------|----------|-----------------------------------------------------|
+| `state` | int | New state for the conversation |
+| `timer` | int/null | Timestamp when the lobby state is reset to no lobby |
* Response:
- Status code:
@@ -42,9 +42,9 @@ Group and public conversations can be used to host webinars. Those online meetin
* Endpoint: `/room/{token}/webinar/sip`
* Data:
- field | type | Description
- ---|---|---
- `state` | int | New SIP state for the conversation (0 = disabled, 1 = enabled)
+| field | type | Description |
+|---------|------|----------------------------------------------------------------|
+| `state` | int | New SIP state for the conversation (0 = disabled, 1 = enabled) |
* Response:
- Status code: