Getting 404 for sharing private locations between workspaces.
C:\Users\u140876>curl https://blazemeter.k8saeeps.acddd.net/api/v4/user/private-locations/xxx/add-workspace --user "xxx" -X POST -H "Content-Type: application/json" -d "{\"workspaceId\": 897352}"
{
"error": {
"code": 404,
"message": "Not Found"
},
"api_version": 4,
"result": null,
"request_id": "60ca3abae7c4f"
}
Release : 1.0
Component : BLAZEMETER
N/A
Use the below Curl command
curl -k -X POST https://a.blazemeter.com/api/v4/private-locations/<harborID>/add-workspace -H "Content-Type: application/json" --user 'ID:Secret' -d "workspaceId"
for example
curl -k -X POST https://a.blazemeter.com/api/