
Python Fastapi FormData alias is not working 2025-04-22
·
Error Note
- 에러 일시 : 2025-04-22- 에러 유형 : FastAPI 의 x-www-form-urlencoded 형태의 Request Body 를 받는 Post 메소드 요청 테스트 에서 fastapi.Form 설정의 alias 가 Swagger 에서 동작하지 않는 문제 발생 (에러 상세)1. 에러 발생 코드@router.post( "/post-request-x-www-form-urlencoded", response_model=model.PostRequestTestWithFormTypeRequestBodyOutputVo, summary="Post 요청 테스트 (x-www-form-urlencoded)", description="x-www-form-urlencoded 형태의 Request..