curl -X PATCH https://app.demeterrr.com/api/v1/surveys/990e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here" \
-H "Content-Type: application/json" \
-d '{"name": "Updated Survey Name"}'
Surveys
Update Survey
Update survey details
PATCH
/
api
/
v1
/
surveys
/
:id
curl -X PATCH https://app.demeterrr.com/api/v1/surveys/990e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here" \
-H "Content-Type: application/json" \
-d '{"name": "Updated Survey Name"}'
Authentication
Requiressurveys:write scope.
curl -X PATCH https://app.demeterrr.com/api/v1/surveys/990e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here" \
-H "Content-Type: application/json" \
-d '{"name": "Updated Survey Name"}'
⌘I