We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad7053 commit 7dc5137Copy full SHA for 7dc5137
1 file changed
fern/apis/api/openapi.json
@@ -34766,6 +34766,14 @@
34766
"transport": {
34767
"type": "object",
34768
"description": "This is the transport of the call."
34769
+ },
34770
+ "subscriptionLimits": {
34771
+ "description": "These are the subscription limits for the org at the time of the call. Includes concurrency limit information.",
34772
+ "allOf": [
34773
+ {
34774
+ "$ref": "#/components/schemas/SubscriptionLimits"
34775
+ }
34776
+ ]
34777
}
34778
},
34779
"required": [
0 commit comments