Skip to content

Commit

Permalink
chore: refactoring
Browse files Browse the repository at this point in the history
DocumentData refactored to use generics
  • Loading branch information
grigoriev committed Sep 10, 2024
1 parent 03e650a commit 0e30823
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,12 +1366,12 @@
"documentType": {
"description": "Type of the document",
"enum": [
"DOCUMENT",
"REPORT",
"TESTRUN",
"WIKI"
"LIVE_DOC",
"LIVE_REPORT",
"TEST_RUN",
"WIKI_PAGE"
],
"example": "DOCUMENT",
"example": "LIVE_DOC",
"type": "string"
},
"enableCommentsRendering": {
Expand Down

0 comments on commit 0e30823

Please sign in to comment.