Files
Christoph Wurst 250286e335 Document maintenance mode header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-30 16:22:18 +02:00

16 lines
452 B
ReStructuredText

=======
General
=======
Nextcloud's APIs are mainly available through :ref:`rest-apis`, :ref:`OCS <ocsapiindex>` and :ref:`webdavapiindex`.
Generic Errors
--------------
Additional to specific errors of an API, there are a few generic errors Nextcloud might throw on web APIs.
Maintenance Mode
****************
If Nextcloud is down for maintenance, it sends a HTTP response with status code 503 and the header ``x-nextcloud-maintenance-mode: 1``.