POST /orgs/{id}/services/{id}/search
doesn't account for nodes running an IBM service
#224
Closed
6 tasks done
This fix involves multiple steps:
POST /orgs/{id}/services/{id}/search
to NodesRoutes.scalaPOST /v1/orgs/{orgid}/search/nodes/service
where {orgid} is always the orgid of the user sending the request{ "orgid": "string", "serviceURL": "string", "serviceVersion": "string", "serviceArch": "string" }
The text was updated successfully, but these errors were encountered: