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
14 changes: 13 additions & 1 deletion fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -35032,6 +35036,10 @@
"$ref": "#/components/schemas/CreateCustomerDTO"
}
]
},
"metadata": {
"type": "object",
"description": "This is for metadata you want to store on the call."
}
}
},
Expand Down Expand Up @@ -35200,6 +35208,10 @@
"$ref": "#/components/schemas/CreateCustomerDTO"
}
]
},
"metadata": {
"type": "object",
"description": "This is for metadata you want to store on the call."
}
}
},
Expand Down Expand Up @@ -65537,4 +65549,4 @@
}
}
}
}
}
Loading