curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/providers/suggest
{
"providers": {
"all": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"discovered": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"relevant": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/providers/suggest
{
"providers": {
"all": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"discovered": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"relevant": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
}
successful operation
The response is of type object
.
Was this page helpful?