소스 검색

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