Skip to content

Commit

Permalink
Update parameter descriptions and added since.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sina Kashipazha committed Oct 19, 2023
1 parent aec06ab commit 8c47508
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ public class ListCfgsByCmd extends BaseListCmd {
@Parameter(name = ApiConstants.NETWORK_ID,
type = CommandType.UUID,
entityType = NetworkResponse.class,
description = "the ID of the Network to update the parameter value for corresponding network")
description = "the ID of the Network to list the parameter value for corresponding network",
since = "4.18.0")
private Long networkId;

// ///////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ public class ResetCfgCmd extends BaseCmd {
@Parameter(name = ApiConstants.NETWORK_ID,
type = CommandType.UUID,
entityType = NetworkResponse.class,
description = "the ID of the Network to update the parameter value for corresponding network")
description = "the ID of the Network to reset the parameter value for corresponding network",
since = "4.18.0")
private Long networkId;

/////////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ public class UpdateCfgCmd extends BaseCmd {
@Parameter(name = ApiConstants.NETWORK_ID,
type = CommandType.UUID,
entityType = NetworkResponse.class,
description = "the ID of the Network to update the parameter value for corresponding network")
description = "the ID of the Network to update the parameter value for corresponding network",
since = "4.18.0")
private Long networkId;

/////////////////////////////////////////////////////
Expand Down

0 comments on commit 8c47508

Please sign in to comment.