[PATCH] /api/v1/newCourts/accept

βœ…
κ΄€λ¦¬μžκ°€ 농ꡬμž₯ λ“±λ‘ν•˜κΈ°

REQUEST

Header

Headers { Authorization: "Bearer {token}" }
Body 1
  • Body μ˜ˆμ‹œ
{ "newCourtId": 3 }
 

RESPONSE

Body 1
  • Body μ˜ˆμ‹œ
{ "newCourtId": 3 "courtName": "μš©μ‚°κ΅¬ 농ꡬμž₯", "latitude": 38.987654, "longtitude": 12.309472, "image": "s3에 μ €μž₯된 농ꡬμž₯ 이미지", "texture": "ETC", "basketCount": 2, "status": "ACCEPT", "createdAt": "2021-12-01T12:00:00", "updatedAt":"2021-12-01T12:00:00" }