Update a gateway
Gateways
Update a gateway
Updates an existing gateway’s configuration.
PATCH
Update a gateway
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique topic identifier of the gateway
Body
application/json
Updated name of the gateway
Example:
"Updated Gateway Name"
Updated description of the gateway
Example:
"Updated description for my gateway"
Whether the gateway is active
Example:
true
Updated list of middleware to be applied to the gateway
Updated timeout in milliseconds for gateway requests
Example:
60000
Response
Gateway updated successfully
Example:
"success"