diff --git a/app/Swagger/v1/CommonComponents.php b/app/Swagger/v1/CommonComponents.php index 1eaa9c0..b302724 100644 --- a/app/Swagger/v1/CommonComponents.php +++ b/app/Swagger/v1/CommonComponents.php @@ -78,31 +78,6 @@ * ) * * @OA\Schema( - * schema="UserUpdateRequest", - * type="object", - * - * @OA\Property(property="name", type="string", example="홍길동"), - * @OA\Property(property="phone", type="string", example="010-1111-2222") - * ) - * - * @OA\Schema( - * schema="PasswordChangeRequest", - * type="object", - * required={"current_password","new_password"}, - * - * @OA\Property(property="current_password", type="string", example="oldPass!234"), - * @OA\Property(property="new_password", type="string", example="NewPass!234") - * ) - * - * @OA\Schema( - * schema="SwitchTenantRequest", - * type="object", - * required={"tenant_id"}, - * - * @OA\Property(property="tenant_id", type="integer", example=2, description="스위치할 테넌트 ID") - * ) - * - * @OA\Schema( * schema="ErrorResponse", * type="object", * description="공통 에러 응답 포맷",