File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
subprojects/zap-clientapi/src/main/java/org/zaproxy/clientapi/gen Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
*
3
3
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
4
4
*
5
- * Copyright 2016 the ZAP development team
5
+ * Copyright 2017 the ZAP development team
6
6
*
7
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
8
* you may not use this file except in compliance with the License.
@@ -41,13 +41,17 @@ public Reveal(ClientApi api) {
41
41
}
42
42
43
43
/**
44
+ * Tells if shows hidden fields and enables disabled fields
45
+ * <p>
44
46
* This component is optional and therefore the API will only work if it is installed
45
47
*/
46
48
public ApiResponse reveal () throws ClientApiException {
47
49
return api .callApi ("reveal" , "view" , "reveal" , null );
48
50
}
49
51
50
52
/**
53
+ * Sets if shows hidden fields and enables disabled fields
54
+ * <p>
51
55
* This component is optional and therefore the API will only work if it is installed
52
56
*/
53
57
public ApiResponse setReveal (String reveal ) throws ClientApiException {
You can’t perform that action at this time.
0 commit comments