Modify View Activities endpoint by including operation id #213
Closed
Sasini_Sandamali
wants to merge 6 commits from <deleted>:master
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch '<deleted>:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Please note that this PR is labeled as WIP due to an ongoing build failure in the Certificate Management Core component. Once this issue is resovled, I will proceed with a full build and verify.
@ApiModelProperty(
name = "operationId",
value = "Operation Id",
required = true,
This parameter should be false, as this is not a mandatory field for the request
name = "operationId",
value = "Operation Id",
required = true,
example = "")
Add a sample value here. ex: 10
WIP: Modify View Activities endpoint by including operation idto Modify View Activities endpoint by including operation id 1 year agoReviewers