Edit an existing survey group
Edit an existing survey group
Request
PUT $apihost/$basepath/surveygroups/$buyer_surveygroup_ref
($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header)Â
Body:Â
{
"name": "My First Group",
"surveys_in_group": [3437,3438],
"exclusion_period": 90
}
Response
Response Code
200