Skip to content

Update Onboarding Task

PUT
/api/v1/user_onboarding_tasks/{task_id}
task_id
required
Any of:
string
Allowed value: all
UpdateOnboardingTaskRequest
object
user_onboarding_task
required
UserOnboardingTaskUpdate
object
status
required
Status
string
Allowed values: done pending

Successful Response

BooleanResponse

Simple response returning a single boolean success status.

object
success
required
Success

Success status of the operation

boolean

Upstream error updating onboarding task

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Not Found

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string

Internal Server Error

ErrorResponse
object
detail
Any of:
string
error
Any of:
string
error_code
Any of:
string