put https://{subdomain}.pinpointhq.com/api/v1/answers/
Differences from creation
This endpoint works much in the same way as the Create Answer.
There are two exceptions to this:
answerable
cannot be updated to avoid changing answers to either differentapplications
orjob_seekers
question
cannot be updated. You should create a new answer if you are attempting to answer a different question, and then should use the delete endpoint if you need to remove the existing answer
Examples
{
"data": {
"id": "1",
"type": "answers",
"attributes": {
"text_answer": "Updated answer"
}
}
}