PATCH /v1/auth/onboarding
Update onboarding step
Request
PATCH /v1/auth/onboarding
Parameters
[]
Response
{
"200": {
"description": "Onboarding updated successfully",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"onboarding_step": {
"type": "string"
},
"onboarding_completed": {
"type": "boolean"
}
},
"required": [
"onboarding_step",
"onboarding_completed"
]
}
},
"required": [
"success",
"message",
"data"
]
}
}
}
}
}
View in Interactive API Reference