GuidesAPI ReferenceChangelogDiscussions
API Reference

Update Answer

Differences from creation

This endpoint works much in the same way as the Create Answer.

There are two exceptions to this:

  1. answerable cannot be updated to avoid changing answers to either different applications or job_seekers
  2. 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"
    }
  }
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!