This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 2ff3ec9 Fixing OpenAPI documentation
2ff3ec9 is described below
commit 2ff3ec9060d1edb7a23f97423d204e9e4ae1063e
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon Jan 4 17:04:14 2021 +0100
Fixing OpenAPI documentation
---
.../archiva/rest/api/services/v2/SecurityConfigurationService.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/v2/SecurityConfigurationService.java
b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/v2/SecurityConfigurationService.java
index 1a22c0d..e70f465 100644
---
a/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/v2/SecurityConfigurationService.java
+++
b/archiva-modules/archiva-web/archiva-rest/archiva-rest-api/src/main/java/org/apache/archiva/rest/api/services/v2/SecurityConfigurationService.java
@@ -175,7 +175,6 @@ public interface SecurityConfigurationService
name = ArchivaRoleConstants.OPERATION_MANAGE_CONFIGURATION
)
},
- requestBody = @RequestBody(required = true, description = "The
property value"),
parameters = {
@Parameter(in = ParameterIn.PATH, name="propertyName", description
= "The name of the property to update")
},
@@ -223,7 +222,6 @@ public interface SecurityConfigurationService
name = ArchivaRoleConstants.OPERATION_MANAGE_CONFIGURATION
)
},
- requestBody = @RequestBody(required = true, description = "The LDAP
configuration"),
responses = {
@ApiResponse( responseCode = "200",
description = "If the configuration was updated"
@@ -264,7 +262,6 @@ public interface SecurityConfigurationService
name = ArchivaRoleConstants.OPERATION_MANAGE_CONFIGURATION
)
},
- requestBody = @RequestBody(required = true, description = "The LDAP
configuration"),
responses = {
@ApiResponse( responseCode = "200",
description = "If the configuration was updated"