Update Answer File

/answers/{answerId}/answer_files/{id}

Update Answer File [PUT]

Update an existing answer files caption

Authorization: Admin, Web, Mobile

Request

Body
{
    "caption":"See in this photo where I circled the issue"
}

Response 200

Body
{
"item": {
	"id": 3233556,
	"imageUrl": "https://archive.inspectall.com/images/eventpointfile/187acb40-3756-47a9-b127-233ebddb5fbX/Large.jpg",
	"imageUrlMedium": "https://archive.inspectall.com/images/eventpointfile/187acb40-3756-47a9-b127-233ebddb5fbe/Medium.jpg",
	"caption": "See in this photo where I circled the issue",
	"answerId": 62275375
    }

}

Still need help? Contact Us Contact Us