patch https://api.rallyuxr.com/api/public/v1/studies/
Update a study in your workspace. Only the fields provided will be updated. Certain features not supported and require updating in the UI
Log in to see full request history
Responses
Update a study in your workspace. Only the fields provided will be updated. Certain features not supported and require updating in the UI
xxxxxxxxxx
12curl --request PATCH \
--url https://api.rallyuxr.com/api/public/v1/studies/studyId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"studyPlan": {
"participationLimit": 10,
"language": "en"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: