Update survey page
documentedUpdate a survey page (via _method=POST).
POST /survey/{survey_id}/surveypage/{surveypage_id}SurveyPagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.alchemer.com/v4/survey/{{$survey_id}}/surveypage/{{$surveypage_id}}?_method=POST&api_token={{SURVEYGIZMO_API_KEY}}&api_token_secret={{SURVEYGIZMO_API_SECRET}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "description": "{{$description}}", "properties": {"hidden": {{$hidden}}, "piped_from": "{{$piped_from}}"}}'