You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.api/src/main/java/org/wso2/carbon/apimgt/api/model/Environment.java
+22
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,28 @@ public class Environment implements Serializable {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java
+2
Original file line number
Diff line number
Diff line change
@@ -15340,6 +15340,7 @@ public Environment getEnvironment(String tenantDomain, String uuid) throws APIMa
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.admin.v1/src/gen/java/org/wso2/carbon/apimgt/rest/api/admin/v1/EnvironmentsApi.java
+18
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,24 @@ public Response environmentsEnvironmentIdDelete(@ApiParam(value = "Environment U
@ApiOperation(value = "Get a Gateway Environment Configuration", notes = "Retrieve a single Gateway Environment Configuration. We should provide the Id of the Environment as a path parameter. ", response = EnvironmentDTO.class, authorizations = {
@ApiResponse(code = 404, message = "Not Found. The specified resource does not exist.", response = ErrorDTO.class),
70
+
@ApiResponse(code = 406, message = "Not Acceptable. The requested media type is not supported.", response = ErrorDTO.class) })
71
+
publicResponseenvironmentsEnvironmentIdGet(@ApiParam(value = "Environment UUID (or Environment name defined in config) ",required=true) @PathParam("environmentId") StringenvironmentId) throwsAPIManagementException{
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.admin.v1/src/gen/java/org/wso2/carbon/apimgt/rest/api/admin/v1/EnvironmentsApiService.java
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.admin.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/admin/v1/impl/EnvironmentsApiServiceImpl.java
+13
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,19 @@ public Response environmentsEnvironmentIdDelete(String environmentId, MessageCon
0 commit comments