From 1ec6a4f40d103186632ae62ece95f0b91db3ab0c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 1 Jul 2022 10:45:07 +0200 Subject: Fix table structures so IDEs stop complaining even though it is valid markdown Signed-off-by: Joas Schilling --- docs/webinar.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/webinar.md') 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: -- cgit v1.2.3