How can we help?

Searching:

0 results found

Gateways/Patch or Gateways/Put

PATCH /odata/Gateways/[gatewayId]

 

curl -X PATCH \

https://api.stg.axonize.com/odata/gateways/592139084d27e710e80f1234 \

-H ‘Authorization: Token’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B221234’ \

-d ‘{

“name”:”test”

}

Response ‒ Devices/Patch or Put
Property Type Description
createDate, createUser, updateDate, updateUser See Common Response Properties.

 

Example JSON Devices/Patch/Put Response

Status 204 – No Content – The server has successfully fulfilled the request.