POST
/
api2
/
v2
/
projects
/
{projectUid}
/
jobs
/
webEditor
Get Web Editor URL
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/jobs/webEditor \
  --header 'Content-Type: application/json' \
  --data '{
  "jobs": [
    {
      "uid": "<string>"
    }
  ]
}'
{
  "url": "<string>",
  "warnings": [
    {
      "code": "<string>",
      "args": {},
      "message": "<string>"
    }
  ]
}

Path Parameters

projectUid
string
required

Body

application/json

Response

200
*/*

successful operation

The response is of type object.