diff --git a/scs_api.server_public.md b/scs_api.server_public.md index 756399d180f8b154a31f2c7b955d2b9550687171..d1cd67d2b5076b029ece1e4b1ec0058ec248d50e 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: `b9dc6c2f / 2023-06-12 15:20:23 +0200` +- api revision: `a07fe4aa / 2023-06-12 15:20:23 +0200` -- api version: `1.0-73-gb9dc6c2` +- api version: `1.0-73-ga07fe4a` -- apidoc building date: `2023-06-12 14:01:33 +0000` +- apidoc building date: `2023-06-12 14:07:48 +0000` Summary ------------------------------------------------------------------------------------- @@ -39,56 +39,51 @@ Summary </thead> <tbody> <tr class="odd"> -<td></td> -<td><p><a href="#post--api-v1-idm-notify-user-update" class="reference external">POST /api/v1/idm-notify-user-update</a></p></td> -<td></td> -</tr> -<tr class="even"> <td><p>check-access</p></td> <td><p><a href="#post--api-v1-check-access" class="reference external">POST /api/v1/check-access</a></p></td> <td><p>Access check to queue</p></td> </tr> -<tr class="odd"> +<tr class="even"> <td><p>dedicated-time</p></td> <td><p><a href="#get--api-v1-dedicated-time-(cluster_type)" class="reference external">GET /api/v1/dedicated-time/(cluster_type)</a></p></td> <td><p>HPC dedicated time</p></td> </tr> -<tr class="even"> +<tr class="odd"> <td><p>dedicated-time-calendar</p></td> <td><p><a href="#get--api-v1-dedicated-time-calendar" class="reference external">GET /api/v1/dedicated-time-calendar</a></p></td> <td><p>Dedicated time calendar</p></td> </tr> -<tr class="odd"> +<tr class="even"> <td><p>fs-usage</p></td> <td><p><a href="#post--api-v1-fs-usage" class="reference external">POST /api/v1/fs-usage</a></p></td> <td><p>Shows filesystem usage</p></td> </tr> -<tr class="even"> +<tr class="odd"> <td><p>it4ifree</p></td> <td><p><a href="#post--api-v1-it4ifree-(login)" class="reference external">POST /api/v1/it4ifree/(login)</a></p></td> <td><p>Free account resources</p></td> </tr> -<tr class="odd"> +<tr class="even"> <td><p>motd</p></td> <td><p><a href="#get--api-v1-motd-(category)" class="reference external">GET /api/v1/motd/(category)</a></p></td> <td><p>SCS messages of the day</p></td> </tr> -<tr class="even"> +<tr class="odd"> <td><p>ping</p></td> <td><p><a href="#get--api-v1-ping" class="reference external">GET /api/v1/ping</a></p></td> <td><p>Connection test</p></td> </tr> -<tr class="odd"> +<tr class="even"> <td><p>project-fs-usage</p></td> <td><p><a href="#post--api-v1-project-fs-usage" class="reference external">POST /api/v1/project-fs-usage</a></p></td> <td><p>Shows project filesystem usage</p></td> </tr> -<tr class="even"> +<tr class="odd"> <td><p>user-fs-usage</p></td> <td><p><a href="#post--api-v1-user-fs-usage" class="reference external">POST /api/v1/user-fs-usage</a></p></td> <td><p>Shows user filesystem usage</p></td> </tr> -<tr class="odd"> +<tr class="even"> <td><p>version</p></td> <td><p><a href="#get--api-v1-version" class="reference external">GET /api/v1/version</a></p></td> <td><p>API version</p></td> @@ -272,30 +267,6 @@ Status Codes } ] -<a name="post--api-v1-idm-notify-user-update" class="headerlink" title="Permalink to this definition"></a> - **POST /api/v1/idm-notify-user-update** - -classmethod(function) -> method - -Convert a function to be a class method. - -A class method receives the class as implicit first argument, just like -an instance method receives the instance. To declare a class method, use -this idiom: - -class C: -@classmethod def f(cls, arg1, arg2, …): -> -> … - -It can be called either on the class (e.g. C.f()) or on an instance -(e.g. C().f()). The instance is ignored except for its class. If a class -method is called for a derived class, the derived class object is passed -as the implied first argument. - -Class methods are different than C++ or Java static methods. If you want -those, see the staticmethod builtin. - <a name="post--api-v1-it4ifree-(login)" class="headerlink" title="Permalink to this definition"></a> **POST /api/v1/it4ifree/**(login)