Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idTurnstile | int32 | Yes | Identifier of the turnstile to be updated. |
| name | string | No | New name of the turnstile. If not provided, the current name will not be changed. |
| serialNumber | string | No | New serial number of the turnstile. If not provided, the current serial number will not be changed. |
| Field | Type | Description |
|---|---|---|
| result | string | Message indicating the success or failure of the update. E.g., "Turnstile updated successfully" |
username:passwordAuthorization: Basic *****************curl --location --request PUT 'https://evo-integracao-api.w12app.com.br/api/v2/accessControl/turnstiles?idTurnstile=undefined&name=undefined&serialNumber=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}