Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -24784,6 +24784,11 @@
"description": "Indicates whether the translation should be auto-translated. Responses with status 422 if provided for translation within a non-default locale or the project does not have the Autopilot feature enabled.",
"type": "boolean",
"example": null
},
"reviewed": {
"description": "When set to `true`, the translation will be marked as reviewed.",
"type": "boolean",
"example": true
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions paths/translations/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@ requestBody:
description: Indicates whether the translation should be auto-translated. Responses with status 422 if provided for translation within a non-default locale or the project does not have the Autopilot feature enabled.
type: boolean
example:
reviewed:
description: When set to `true`, the translation will be marked as reviewed.
type: boolean
example: true
x-cli-version: '2.5'
Loading