Merge pull request #20276 from bigbluebutton/ffdixon-patch-1

docs: Make clear in docs that parameters are case sensitive.
This commit is contained in:
Anton Georgiev 2024-05-24 11:32:43 -04:00 committed by GitHub
commit 45352c7721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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