Update gatewayAsk AIpatch https://api.tatum.io/v4/manage/gateway/{id}Updates an existing gateway by its ID.Path ParamsiduuidrequiredBody ParamsdisplayNamestringlength between 1 and 100Human-readable name of the gateway. Displayed in dashboards, APIs, and management interfaces.isActivebooleanIndicates whether the gateway is currently active and processing traffic.truefalseendpointConfigsarraylength ≤ 10Configuration of endpoints associated with this gateway. Defines how individual endpoints participate in routing, including their priority, weight, and enabled status. Maximum of 10 endpoints per gateway.endpointConfigsADD UserEndpointConfig | TatumManagedEndpointConfigendpointRoutingstringThe strategy used for routing traffic across configured endpoints. "priority-failover": Traffic is routed to the highest-priority healthy endpoint first. If it becomes unavailable, traffic automatically fails over to the next endpoint based on priority. "load-distribution": Traffic is distributed across all enabled endpoints according to their defined weights (typically weighted round-robin). enabledPowerupsobjectOptional performance and reliability features enabled for the gateway.enabledPowerups objectmethodRoutingOverridesarray of objectsOverride configurations for specific methods of this gateway.methodRoutingOverridesADD objectResponses 200The updated gateway 400Bad request 401Unauthorized 403Forbidden 404Not foundUpdated 4 months ago