Преглед на файлове

better schema descriptions

Tony Fernandez преди 9 месеца
родител
ревизия
d11c517f67
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      borgmatic/config/schema.yaml

+ 3 - 3
borgmatic/config/schema.yaml

@@ -1630,17 +1630,17 @@ properties:
             username:
                 type: string
                 description: |
-                    The username used for authentication.
+                    The username used for authentication. Not needed if using an API key.
                 example: testuser
             password:
                 type: string
                 description: |
-                    The password used for authentication.
+                    The password used for authentication. Not needed if using an API key.
                 example: fakepassword
             api_key:
                 type: string
                 description: |
-                    The API key used for authentication.
+                    The API key used for authentication. Not needed if using an username/password.
                 example: fakekey
             start:
                 type: object