Update Answer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
  }
}
Path Params
string
required

ID of the resource

Body Params
data
object
included
array of objects
included
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json