Skip to content

Commit 7dc5137

Browse files
authored
fix: add subscriptionLimits property to Call schema in OpenAPI spec (#1025)
Co-authored-by: adhamvapi <256238690+adhamvapi@users.noreply.github.com>
1 parent 0ad7053 commit 7dc5137

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/apis/api/openapi.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34766,6 +34766,14 @@
3476634766
"transport": {
3476734767
"type": "object",
3476834768
"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+
]
3476934777
}
3477034778
},
3477134779
"required": [

0 commit comments

Comments
 (0)