Post Endpoint - RunOneDriveSyncJob
Starts a synchronization job with OneDrive
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| syncJobId | required. ID of sync job which have to synchronized. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
| Content-Type | required. application/json |
Responses
| Code | Description | Type |
200 | Starting onedrive sync job synchronization done successfully. | |
401 | If access is not allowed with the given credentials/data. | |
500 | Starting onedrive sync job synchronization failed due to an internal server error. | |