Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 673 Bytes

[버스킹] 공연 삭제.md

File metadata and controls

46 lines (25 loc) · 673 Bytes

버스킹 공연 업로드

공연 업로드

  • URL

    /busking/schedule/int:schedule_id

  • Method:

    | DELETE |

  • URL Params

    Required:

    N/A

    Optional:

    N/A

  • Data Params

    N/A

  • Success Response:

    • Code: 200
      Content: { "okay": true }
  • Error Response:

    • Code: 400 BAD REQUEST
      Content: { "okay" : false, "msg" : " <> required" }

    • Code: HTTP_406_NOT_ACCEPTABLE
      Content: {"okay": false, "msg": "Not your schedule"} Reason: 자기 공연도 아닌데 수정/삭제를 시도할 때

  • Sample Call:

  • Notes: