HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💸
10원모아10조❗️
/
📽️
API 명세
/
예산 데이터 등록 or 수정

예산 데이터 등록 or 수정

Method
PUT
API 연결여부
작업여부
작업여부
담당자
소니
캉테
URL
/budgets
인증 필요
인증 필요
notion image
 
 
Example Request Body
{ "registerDate": "2022-07", "userCategoryId": 1, "amount": 100000 }
 
Example Response Body:
204 no content
 

사용 방법


  • 금액은 최대 1조등록 가능
  • registerDate는 yyyy-mm 포맷으로, 1자리 달의 경우 앞에 0포함
  • 카테고리에 예산에 등록되어있었다면 update, 아니라면 insert