# Update Endpoint - UpdateEloDocumentMaskById

Updates data of sync job document mask with provided id.

# HTTP Request

One of the following requests should be made:

PUT /odata/syncjobsdocmasks({key})
PUT /odata/syncjobsdocmasks/{key}

# Path parameters

Name Description
key required. Id of sync job elo document 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 document mask was successful. MaskEntity
400 Request contains invalid data.
500 When an server error occurs during the update of sync job ELO document mask.
Dernière mise à jour: 21 février 2025 à 09:59