From d6f22c2cd79be5f41d5b6b2fd17d5c017679681c Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Thu, 16 May 2024 07:07:43 -0400 Subject: [PATCH] Update api.md Note that the API parameters are case-sensitive in BigBlueButton. --- docs/docs/development/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/api.md b/docs/docs/development/api.md index 492c914424..72e254f25f 100644 --- a/docs/docs/development/api.md +++ b/docs/docs/development/api.md @@ -37,7 +37,7 @@ For developers, this API enables you to To make an API call to your BigBlueButton server, your application makes HTTPS requests to the BigBlueButton server API endpoint (usually the server's hostname followed by `/bigbluebutton/api`). All API calls must include checksum computed with a secret shared with the BigBlueButton server. -The BigBlueButton server returns an XML response to all API calls. +The BigBlueButton server returns an XML response to all API calls. BigBlueButton is case-sensitive in parsing parameters for the API calls. For example, sending `record=false` is accepted, but `REcord=false` is not. ### Updates to API in BigBlueButton