diff --git a/scs_api.server_public.md b/scs_api.server_public.md
index c0c8076e84b88e188465bffa05303d614af50a34..9faa465e6efd564210882cb28c7ca578d43ccbe0 100644
--- a/scs_api.server_public.md
+++ b/scs_api.server_public.md
@@ -15,11 +15,11 @@ is 6 requests per minute. Exceeding the limit will lead to your IP
 address being temporarily blocked from making further requests. The
 block will automatically be lifted by waiting an hour.
 
-- api revision: `9b292872 / 2021-09-14 17:23:30 +0200`
+- api revision: `12547558 / 2021-09-15 10:47:51 +0200`
 
-- api version: `1.0-15-g9b29287`
+- api version: `1.0-16-g1254755`
 
-- apidoc building date: `2021-09-14 15:31:33 +0000`
+- apidoc building date: `2021-09-15 08:50:40 +0000`
 
 Summary
 -------------------------------------------------------------------------------------
@@ -109,6 +109,8 @@ Request JSON Object
 
 - **queue** (*string*) – queue id
 
+- **cluster** (*string*) – cluster name
+
 - **pid** (*string*) – project id, not required if querying a
     projectless queue
 
@@ -120,7 +122,7 @@ Status Codes
 **Example request**:
 
     curl -i -H "Content-Type:application/json" -X POST \
-      --data '{"pid":"DD-13-5","login":"johnsm","queue":"qfat"}' \
+      --data '{"pid":"DD-13-5","login":"johnsm","queue":"qfat","cluster":"barbora"}' \
       https://scs.it4i.cz/api/v1/check-access
 
 **Example response**:
@@ -128,7 +130,7 @@ Status Codes
     HTTP/1.1 200 OK
     Content-Type: application/json
 
-      "OK Access granted for regular queue."
+    "OK Access granted for regular queue."
 
 <a name="get--api-v1-dedicated-time-calendar" class="headerlink" title="Permalink to this definition"></a>
  **GET /api/v1/dedicated-time-calendar**