Skip to content

Commit

Permalink
Add fixes for doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Dec 29, 2024
1 parent 57f6437 commit 7447ce5
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -28326,22 +28326,14 @@
]
},
"file_version": {
"description": "File version of a template.",
"type": {
"type": "string",
"description": "`file_version`",
"example": "file_version",
"enum": [
"file_version"
],
"nullable": false
},
"id": {
"type": "string",
"nullable": false,
"description": "The unique identifier that represents a file version.",
"example": "12345"
}
"allOf": [
{
"$ref": "#/components/schemas/FileVersion--Base"
},
{
"description": "File version of a template."
}
]
},
"input_source": {
"description": "Source of input. The value has to be `api` for all the API-based document generation requests.",
Expand Down

0 comments on commit 7447ce5

Please sign in to comment.