Skip to content
Open
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
7 changes: 7 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15256,6 +15256,10 @@ paths:
type: array
items:
type: string
user_api_key_config:
type: string
nullable: true
description: Config slug (pc-...) or UUIDin this workspace. null clears the default.
usage_limits:
type: array
items:
Expand Down Expand Up @@ -33645,6 +33649,9 @@ components:
type: array
items:
type: string
user_api_key_config:
nullable: true
type: string
object:
type: string
enum:
Expand Down
Loading