고정 스케줄 수정

고정 스케줄의 슬롯을 수정합니다. - 새 슬롯이 다른 고정 스케줄과 충돌하면 409 Conflict

Authentication

AuthorizationBearer

Send a JWT access token with the Authorization header as Bearer <token>.

Path parameters

fixed_schedule_idstringRequired

고정 스케줄 ID (UUID)

Request

This endpoint expects an object.
slotslist of objectsRequired

Response

고정 스케줄 수정 성공

fixed_schedule_idstringformat: "uuid"
trainer_idstringformat: "uuid"
member_idstringformat: "uuid"
member_namestring
slotslist of objects
sessions_per_weekinteger
created_atdatetime
updated_atdatetime

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error