cURL
curl --request PUT \ --url https://api.allyson.ai/v1/sessions/{id}/update-human-input \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "sessionId": "<string>", "humanInputResponse": [ { "title": "<string>", "description": "<string>", "value": "<string>" } ], "messageIndex": 123 }'
{ "message": "<string>", "updatedMessage": {} }
Updates the human input for a specific session message.
Add your API key from app.allyson.ai/api to the x-api-key header.
The ID of the session to update.
Human input updated successfully
The response is of type object.
object