From fff6fcdc445d4584d1f34f82a23203e8eb645f89 Mon Sep 17 00:00:00 2001 From: Michael Blum Date: Wed, 6 Aug 2025 13:24:49 +0200 Subject: [PATCH] Add "reviewed" param for tanslations#update --- doc/compiled.json | 5 +++++ paths/translations/update.yaml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/compiled.json b/doc/compiled.json index 8db667592..45a860f05 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -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 } } } diff --git a/paths/translations/update.yaml b/paths/translations/update.yaml index cab6cd625..3af19e6ac 100644 --- a/paths/translations/update.yaml +++ b/paths/translations/update.yaml @@ -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'