Update an answer

Supported Formats

json

Params

Param name Description
id
required

Answer ID provided by Lipscore


Value:

Must be a Integer

text
required

New Answer text


Value:

Must be a String

api_key
required

API key (a 24 character unique code)


Value:

Must be a String

Examples

PUT /answers/316?api_key=889c3f3e4b6ac67269261324

Request
{ "text": "UPD. Yes, it is" }
Response
{ "id": "316", "question_id": "39_216", "text": "UPD. Yes, it is", "created_at": "2022-09-30T21:23:30Z", "updated_at": "2022-09-30T22:00:14Z", "member_site": "Demo site" }