> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateGuardrailRequest - Python SDK

> UpdateGuardrailRequest method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## Fields

| Field          | Type                                                                                               | Required             | Description                                      | Example                                                                                                              |
| -------------- | -------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| `id`           | *str*                                                                                              | :heavy\_check\_mark: | The unique identifier of the guardrail to update | 550e8400-e29b-41d4-a716-446655440000                                                                                 |
| `request_body` | [operations.UpdateGuardrailRequestBody](/client-sdks/python/operations/updateguardrailrequestbody) | :heavy\_check\_mark: | N/A                                              | `{"name": "Updated Guardrail Name","description": "Updated description","limit_usd": 75,"reset_interval": "weekly"}` |
