PATCH/users/{userId}/calendar-personals/{calendarId}
대상 사용자의 캘린더 개인 속성을 수정한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.
calendar
| Parameter | Type | Description |
|---|---|---|
| userId | string | 대상 사용자 ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| calendarId | string | 대상 캘린더 ID required example : calendar-96b8-4c74-8277-7953e0b4604a |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| isShowOnLNBList | boolean | 캘린더 목록에 표시 여부 default : true |
| displayOrder | integer | 캘린더 순서 default : 9999 format : int32 |
example
1{2 "isShowOnLNBList": true,3 "displayOrder": 99994}OK
| Property | Type | Description |
|---|---|---|
| calendarId | string | 캘린더 ID required |
| calendarName | string | 캘린더명 required maxLength : 50 |
| isShowOnLNBList | boolean | 캘린더 목록에 표시 여부 required |
| displayOrder | number | 캘린더 순서 required |
example
1{2 "displayOrder": 9999,3 "calendarId": "calendar-96b8-4c74-8277-7953e0b4604a",4 "calendarName": "nameOf_99517579704",5 "isShowOnLNBList": true,6 "resourceLocation": 141017}Bad Request