Skip to main content
POST
Submit task response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to update.

taskId
string
required

The UUID of the task to update.

Body

application/json

Base schema for a user response in a business task, allowing for different types of responses.

user_response
string
required

The free text response provided by the user.

Example:

"This is my response to the task."

Response

data
object
required