curl --request POST \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/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}/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
Show child attributes
Was this page helpful?