cURL
curl --request PUT \ --url https://api.decodahealth.com/notes/{note_id}/answers \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "answers": [ { "id": "<string>", "data": {}, "noteAttachmentId": "<string>" } ] } '
[ { "id": "<string>", "noteId": "<string>", "questionId": "<string>", "data": {}, "createdDate": "2023-11-07T05:31:56Z" } ]
Update note answers for a specific note. Creates new answers if they don’t exist (for temp IDs).
The tenant you are making this request on behalf of
Your api key
Schema for updating multiple note answers.
Show child attributes
Successful Response