Skip to content
Merged
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: 8 additions & 0 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -34766,6 +34766,14 @@
"transport": {
"type": "object",
"description": "This is the transport of the call."
},
"subscriptionLimits": {
"description": "These are the subscription limits for the org at the time of the call. Includes concurrency limit information.",
"allOf": [
{
"$ref": "#/components/schemas/SubscriptionLimits"
}
]
}
},
"required": [
Expand Down
Loading