Skip to content

Commit

Permalink
OP-21303 : Added account query param for cluster APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla committed Oct 28, 2023
1 parent 7c92411 commit eb7a659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ class OpsmxSsdController {
}
def obj = AuthenticatedRequest.propagate {
def request = new Request.Builder()
.url(serviceConfiguration.getServiceEndpoint("ssdservice").url + ssdUrl + "?name=" + data "&account=" + account)
.url(serviceConfiguration.getServiceEndpoint("ssdservice").url + ssdUrl + "?name=" + data + "&account=" + account)
.headers(Headers.of(headersMap))
.post(uploadFileOkHttp(data, files))
.build()
Expand Down

0 comments on commit eb7a659

Please sign in to comment.