summaryrefslogtreecommitdiffstats
path: root/recording
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-21 14:00:44 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-22 02:41:25 +0100
commitfb60f1dc4e399a622e97ddbf6f822c6b024b59f5 (patch)
tree8cafd67ba334a773ed782945be9a898501274a24 /recording
parentc9693dc7cb08d382ac690ebdfabbe28f855bc00c (diff)
Document data in the main section for requests to the recording server
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'recording')
-rw-r--r--recording/docs/recording-api.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/recording/docs/recording-api.md b/recording/docs/recording-api.md
index a31aba746..b80dc5d1d 100644
--- a/recording/docs/recording-api.md
+++ b/recording/docs/recording-api.md
@@ -24,6 +24,10 @@
| `TALK_RECORDING_RANDOM` | string | Random string that needs to be concatenated with request body to generate the checksum using the secret configured for the backend. |
| `TALK_RECORDING_CHECKSUM` | string | The checksum generated with `TALK_RECORDING_RANDOM`. |
+* Data:
+
+ - Body as a JSON encoded string; format depends on the request type, see below.
+
* Response:
- Status code:
+ `200 OK`
@@ -33,7 +37,7 @@
### Start call recording
-* Data format (JSON):
+* Data format:
```json
{