Skip to content

Commit f19f636

Browse files
authored
Merge pull request #42 from thc202/regen-reveal
Regenerate reveal API
2 parents 80a3c41 + 49d08e2 commit f19f636

File tree

1 file changed

+5
-1
lines changed
  • subprojects/zap-clientapi/src/main/java/org/zaproxy/clientapi/gen

1 file changed

+5
-1
lines changed

subprojects/zap-clientapi/src/main/java/org/zaproxy/clientapi/gen/Reveal.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
44
*
5-
* Copyright 2016 the ZAP development team
5+
* Copyright 2017 the ZAP development team
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -41,13 +41,17 @@ public Reveal(ClientApi api) {
4141
}
4242

4343
/**
44+
* Tells if shows hidden fields and enables disabled fields
45+
* <p>
4446
* This component is optional and therefore the API will only work if it is installed
4547
*/
4648
public ApiResponse reveal() throws ClientApiException {
4749
return api.callApi("reveal", "view", "reveal", null);
4850
}
4951

5052
/**
53+
* Sets if shows hidden fields and enables disabled fields
54+
* <p>
5155
* This component is optional and therefore the API will only work if it is installed
5256
*/
5357
public ApiResponse setReveal(String reveal) throws ClientApiException {

0 commit comments

Comments
 (0)