# Update Endpoint - UpdateEloFolderMaskById
Updates data of sync job folder mask with provided id.
# HTTP Request
One of the following requests should be made:
PUT /odata/syncjobsfoldermasks({key})
PUT /odata/syncjobsfoldermasks/{key}
# Path parameters
| Name | Description |
|---|---|
| key | required. Id of sync job elo folder mask that should be updated. |
# Query parameters
| Name | Description |
|---|---|
| repository | optional. Destination repository key. |
# Request headers
| Name | Description |
|---|---|
| Authorization | required. Bearer {token}. See authorization |
| Content-Type | required. application/json |
# Request body
Information
Only properties with new values need to be specified, unmodified properties are optional and can be skipped.
Information
If readonly properties are specified the response will always be a 400 Bad Request error.
# Responses
| Code | Description | Type |
|---|---|---|
200 | If the update of sync job ELO folder mask was successful. | MaskEntity |
400 | Request contains invalid data. | |
500 | When an server error occurs during the update of sync job ELO folder mask. |