Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 4.92 KB

v2ratelimitgetoverriderequestbody.md

File metadata and controls

21 lines (15 loc) · 4.92 KB

V2RatelimitGetOverrideRequestBody

Gets the configuration of an existing override.

Example Usage

import { V2RatelimitGetOverrideRequestBody } from "@unkey/api/models/components";

let value: V2RatelimitGetOverrideRequestBody = {
  identifier: "<value>",
};

Fields

Field Type Required Description
namespaceId string The id of the namespace. Either namespaceId or namespaceName must be provided
namespaceName string The name of the namespace. Either namespaceId or namespaceName must be provided
identifier string ✔️ Identifier of your user, this can be their userId, an email, an ip or anything else. Wildcards ( * ) can be used to match multiple identifiers, More info can be found at https://www.unkey.com/docs/ratelimiting/overrides#wildcard-rules