소스 검색

Update put.json

Password can be left blank for updates.  Otherwise you have to reenter the password every time you save the auth list
Chris Maffey 1 년 전
부모
커밋
2e9a4f1aed
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      backend/schema/paths/nginx/access-lists/listID/put.json

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

@@ -49,8 +49,7 @@
 										"minLength": 1
 									},
 									"password": {
-										"type": "string",
-										"minLength": 1
+										"type": "string"
 									}
 								}
 							}