update_day
Modify the title or content of a day in a trip. Leave fields empty to keep existing values.
Instructions
일자의 제목이나 내용을 수정한다.
Args: trip_id: 여행 ID day_id: 일자 ID (get_trip에서 확인) title: 변경할 제목 (빈 문자열이면 변경하지 않음) content: 변경할 내용 (빈 문자열이면 변경하지 않음)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_id | Yes | ||
| day_id | Yes | ||
| title | No | ||
| content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |