Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 2e9a4f1

Browse files
authored
Update put.json
Password can be left blank for updates. Otherwise you have to reenter the password every time you save the auth list
1 parent d17c85e commit 2e9a4f1

File tree

1 file changed

+1
-2
lines changed
  • backend/schema/paths/nginx/access-lists/listID

1 file changed

+1
-2
lines changed

backend/schema/paths/nginx/access-lists/listID/put.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"minLength": 1
5050
},
5151
"password": {
52-
"type": "string",
53-
"minLength": 1
52+
"type": "string"
5453
}
5554
}
5655
}

0 commit comments

Comments
 (0)