Gateway
Update Gateway
Getting Started
- Overview
- Installation & Running
- Quickstart: Hello Gateway
- Tutorials & Guides
Core Concepts
Traffic Management
- Rules & Forwarding
- Load Balancing
Rate Limiting & Request Control
- Rate Limiting
- Request Size Limiting
Content Security
- Overview
- NeuralTrust Guardrail
- Contextual Security
- Prompt Jailbreaks Protection
- Toxicity Detection
- Content Moderation
Application Security
Server Security
Extending Functionality
Observability & Monitoring
- Prometheus
- Metric Exporters
API Reference
- Gateway
- API Key
- Upstream
- Service
- Rule
Gateway
Update Gateway
Updates an existing gateway
PUT
/
api
/
v1
/
gateways
/
{gateway_id}
This response does not have an example.
Path Parameters
Gateway ID
Body
application/json
Updated gateway data
ID of the gateway or rule this plugin belongs to
Available options:
gateway
, rule
Whether this plugin can run in parallel
Available options:
pre_request
, post_request
, pre_response
, post_response
Response
204
Gateway updated successfully
This response does not have an example.