partially update one existing survey

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Survey Identifier

Template

Conclusion

Options

Cadence

Channel

Segment UUIDs

Subtypes

Questions

Status

Top Level AI Data

NPS Data

Activation and Completion

Timestamps and Notifications

Notifications

Status History

Last AI Analysis Metrics Snapshot

Survey Update Example

curl --request PATCH \
     --url https://services.fountain.com/api/servicepulse/surveys/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{\n  "anonymous": false,\n  "useDurationNudge": false,\n  "useSocialProofNudge": false,\n  "socialProofNudgeMinimum": 0,\n  "conclusionBackButton": false,\n  "clickRate": 0,\n  "noticeOrPolicyContentEnabled": false,\n  "nps": false,\n  "subtype": {\n    "dataCollection": {\n      "optional": true\n    }\n  },\n  "status": "active",\n  "lastAiAnalysisMetricsSnapshot": {\n    "responseCount": 0,\n    "responseRate": 0\n  }\n}'
``

### Response Codes
- **202**: updated survey. Wrapped in a JsonAPI root response.
- **500**: default error response.

**Updated about 2 months ago**