/v1/funding/my-funding/{fundingId}

Method
PUT
Client
USER
Description
자신의 참여 중 펀딩 금액 수정

Request

Authorization

{ "Bear " : "token" } { "fundingId": "string", "price": 0 }
JSON
복사

Response

Body

{ "status": 0, "message": "string", "data": { "myFundingId": "string", "fundingId": "string", "price": 0, "status": "INPROGRESS", "createdAt": "2024-11-25T14:22:13.715Z", "updatedAt": "2024-11-25T14:22:13.715Z" } }
JSON
복사