diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 7748d5731..c2ca4c3c6 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -34766,6 +34766,10 @@ "transport": { "type": "object", "description": "This is the transport of the call." + }, + "metadata": { + "type": "object", + "description": "This is for metadata you want to store on the call." } }, "required": [ @@ -35032,6 +35036,10 @@ "$ref": "#/components/schemas/CreateCustomerDTO" } ] + }, + "metadata": { + "type": "object", + "description": "This is for metadata you want to store on the call." } } }, @@ -35200,6 +35208,10 @@ "$ref": "#/components/schemas/CreateCustomerDTO" } ] + }, + "metadata": { + "type": "object", + "description": "This is for metadata you want to store on the call." } } }, @@ -65537,4 +65549,4 @@ } } } -} \ No newline at end of file +}