Update survey
documentedUpdate configuration for a specific survey.
PUT /surveys/{survey_id}Surveysno 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.feedback.callexa.com/v1/surveys/{{$survey_id}}" \ \
-X PUT \ \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \ \
-H "Content-Type: application/json" \ \
-H "Accept: application/json" \ \
-d '{"title": "{{$title}}", "description": "{{$description}}", "language": "{{$language}}", "status": "{{$status}}"}'