Skip to content

Commit

Permalink
fix(docs): Correct text to reflect 0/1
Browse files Browse the repository at this point in the history
  • Loading branch information
saengel committed May 6, 2024
1 parent cc4a64f commit 8194af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
},
{
"name": "fill_in_missing_segments",
"description": "This parameter is only relevant for cases where the requested text is incomplete (i.e. not all of the segments in the requested version exist in the database for that text, such as a partial translation).\n\nWhen `fill_in_missing_segments=True`, the segments of text that are missing in the requested version will be filled by other versions of the same language.\n\nThis value defaults to `False`. \n",
"description": "This parameter is only relevant for cases where the requested text is incomplete (i.e. not all of the segments in the requested version exist in the database for that text, such as a partial translation).\n\nWhen `fill_in_missing_segments=1`, the segments of text that are missing in the requested version will be filled by other versions of the same language.\n\nThis value defaults to `0`. \n",
"schema": {
"enum": [
"0",
Expand Down

0 comments on commit 8194af1

Please sign in to comment.