POST/users/{userId}/mail/{mailId}/move
특정 메일을 지정한 메일함(폴더)으로 이동한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
| Parameter | Type | Description |
|---|---|---|
| userId | string | 구성원 ID (URL인코딩하여 사용)
required example : me |
| mailId | string | 메일 ID required example : 1 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| folderId | integer | 이동할 대상 메일함(폴더) ID required minimum : 0 format : int32 |
example
1{2 "folderId": 10063}No Content
Bad Request
Not Found
Internal Server Error