Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions go/apps/api/openapi/spec/common/RatelimitOverride.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
type: object
additionalProperties: false
properties:
namespaceId:
description: The unique identifier of the rate limit namespace this override
belongs to. This links the override to a specific namespace context, ensuring
the override only applies within that namespace.
type: string
minLength: 1
maxLength: 255
overrideId:
description: The unique identifier of this specific rate limit override.
This ID is generated when the override is created and can be used for
Expand Down Expand Up @@ -53,7 +46,6 @@ properties:
type: integer
minimum: 0
required:
- namespaceId
- overrideId
- duration
- identifier
Expand Down
1 change: 0 additions & 1 deletion go/apps/api/openapi/spec/common/RatelimitResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ properties:
type: string
minLength: 1
maxLength: 128
pattern: "^[a-zA-Z][a-zA-Z0-9_-]*$"
description: Human-readable name for this rate limit.
example: api_requests
limit:
Expand Down