> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # UpdateKeysRequestBody ## Example Usage ```typescript theme={null} import { UpdateKeysRequestBody } from "@openrouter/sdk/models/operations"; let value: UpdateKeysRequestBody = {}; ``` ## Fields | Field | Type | Required | Description | Example | | -------------------- | ----------------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | | `disabled` | *boolean* | :heavy\_minus\_sign: | Whether to disable the API key | false | | `includeByokInLimit` | *boolean* | :heavy\_minus\_sign: | Whether to include BYOK usage in the limit | true | | `limit` | *number* | :heavy\_minus\_sign: | New spending limit for the API key in USD | 75 | | `limitReset` | [operations.UpdateKeysLimitReset](../../models/operations/updatekeyslimitreset.mdx) | :heavy\_minus\_sign: | New limit reset type for the API key (daily, weekly, monthly, or null for no reset). Resets happen automatically at midnight UTC, and weeks are Monday through Sunday. | daily | | `name` | *string* | :heavy\_minus\_sign: | New name for the API key | Updated API Key Name |