Sign in

Update survey page

documented

Update a survey page (via _method=POST).

POST /survey/{survey_id}/surveypage/{surveypage_id}SurveyPagesno implementation yet0 runs
No 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}}"}}'