POST/users/{userId}/mail/{mailId}/move
メールを指定したメールフォルダに移動します。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
| 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