Path Parameters
Response
successful operation
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/providers/suggest
{
"providers": {
"all": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"relevant": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
}
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/providers/suggest
{
"providers": {
"all": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
],
"relevant": [
{
"type": "<string>",
"id": "<string>",
"uid": "<string>"
}
]
}
}
successful operation
Show child attributes
Was this page helpful?