From b828df48a2b1d53500579a142516342966ce9c39 Mon Sep 17 00:00:00 2001 From: Aaron Segura Date: Fri, 17 Jun 2022 16:23:23 -0500 Subject: [PATCH] Update ocs-status-api.rst Fix tables so that each row is displayed separately Signed-off-by: Aaron Segura --- developer_manual/client_apis/OCS/ocs-status-api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developer_manual/client_apis/OCS/ocs-status-api.rst b/developer_manual/client_apis/OCS/ocs-status-api.rst index a19094988..fc7572184 100644 --- a/developer_manual/client_apis/OCS/ocs-status-api.rst +++ b/developer_manual/client_apis/OCS/ocs-status-api.rst @@ -55,6 +55,7 @@ Set a custom message (predefined) | field | type | Description | +---------------+--------+----------------------------------------------------------+ | ``messageId`` | string | Message-Id of the predefined message | ++---------------+--------+----------------------------------------------------------+ | ``clearAt`` | int | Unix Timestamp representing the time to clear the status | +---------------+--------+----------------------------------------------------------+ @@ -76,7 +77,9 @@ Set a custom message (user-defined) | field | type | Description | +----------------+-------------+-------------------------------------------------------------+ | ``statusIcon`` | string/null | The icon picked by the user (must be an emoji, at most one) | ++----------------+-------------+-------------------------------------------------------------+ | ``message`` | string | The custom message picked by the user | ++----------------+-------------+-------------------------------------------------------------+ | ``clearAt`` | int | Unix Timestamp representing the time to clear the status | +----------------+-------------+-------------------------------------------------------------+ @@ -129,6 +132,7 @@ Fetch a list of all set user-statuses | field | type | Description | +------------+------+-----------------------+ | ``limit`` | int | Limit for pagination | ++------------+------+-----------------------+ | ``offset`` | int | Offset for pagination | +------------+------+-----------------------+