From 68a4cc208043e6d9be77b06cbf8cce51d958386d Mon Sep 17 00:00:00 2001 From: Fusilladin <91526142+Fusilladin@users.noreply.github.com> Date: Sun, 19 May 2024 13:41:21 -0500 Subject: [PATCH] Updated Readme.md to Clarify Required Headers In the JSON/YAML files for the API versions the key "X-RezStream-Api-Version" contains a value that is a long alphanumerical text string, however the API call requires the value within the "version" key NOT the value within the "X-RezStream-Api-Version" key while requiring the Header name to be "X-RezStream-Api-Version". --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f33c3e4..7ee6ea1 100644 --- a/Readme.md +++ b/Readme.md @@ -88,7 +88,7 @@ After obtaining an access token with sufficient permissions, queries to the rezS Each request sent to the API **requires**: * A valid "Bearer" token in the `Authorization` header -* An `X-RezStream-Api-Version` header with the desired version string of the API +* An additional field in the Headers section with key: `X-RezStream-Api-Version` and value: ``. Note the available versions can be found [here]([url](https://cloudapi.rezstream.com/openapi)) and the value must be a date in "YYYY-MM-DD" format. ## Versioning