Skip to content

Commit

Permalink
Add onboarding completion functionality and related user options.
Browse files Browse the repository at this point in the history
  • Loading branch information
deeravenger committed Dec 22, 2024
1 parent f91a522 commit d3f1cb1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@

/**
* @OA\Schema(
* required={"id"}
* required={}
* )
*/
class CompleteOnboardingV1RequestDto
{
/**
* @OA\Property(example="123")
*/
public string $id;
}

0 comments on commit d3f1cb1

Please sign in to comment.