Update Static Gate ​
Update an existing static gate with new values.
Endpoint ​
http
PATCH /static-gate/{id}Path parameters ​
id
string · uuid
REQUIRED ·Â
The ID of the static gate you want to update.
Example:
1ba1f401-7183-47c5-9e39-e8e257e3c795Request Body ​
name
string
A descriptive name for the static gate.
Example:
Updated Static Gatedomain
string
The domain this static gate will proxy requests for.
Example:
updated.example.comResponse Body ​
id
string · uuid
The ID of the static gate.
Example:
1ba1f401-7183-47c5-9e39-e8e257e3c795name
string
A descriptive name for the static gate.
Example:
My Static Gatedomain
string
The domain this static gate will proxy requests for.
Example:
api.example.comcreated_by
string · uuid
The ID of the user who created this static gate.
Example:
b7bb7578-bff2-42b2-a57f-46c874865296environment_id
string · uuid
The ID of the environment this static gate is scoped to.
Example:
8a2b104d-74a6-47f2-b93e-c6b611e82391created_at
string · date-time
The date and time when the static gate was created.
Example:
2021-08-10T10:30:00.000Zupdated_at
string · date-time
The date and time when the static gate was last updated.
Example:
2021-08-10T10:30:00.000Z