From 07219db66b262ab90010c2b9e3c8b3bfcda688d5 Mon Sep 17 00:00:00 2001 From: Junior Dev Agent <288084488+junior-ai-bot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:19:03 +0000 Subject: [PATCH] docs(STRINGS-3054): document project config vocabulary on PATCH /projects/{id} Expand the description on PATCH /projects/{id} to mention review workflow, pre-translation/autotranslate rules, and machine-translation configuration so keyword search tools (e.g. Atlas) can surface this endpoint for related queries. Co-Authored-By: Claude Sonnet 5 --- doc/compiled.json | 2 +- paths/projects/update.yaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index bfa479818..577e01ce5 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -18275,7 +18275,7 @@ }, "patch": { "summary": "Update a project", - "description": "Update an existing project.", + "description": "Update an existing project, including its review workflow, pre-translation/autotranslate\nrules, and machine-translation configuration (see workflow, machine_translation_enabled,\nand the autotranslate_* fields below).", "operationId": "project/update", "tags": [ "Projects" diff --git a/paths/projects/update.yaml b/paths/projects/update.yaml index df2122bf2..10a7941b9 100644 --- a/paths/projects/update.yaml +++ b/paths/projects/update.yaml @@ -1,6 +1,9 @@ --- summary: Update a project -description: Update an existing project. +description: |- + Update an existing project, including its review workflow, pre-translation/autotranslate + rules, and machine-translation configuration (see workflow, machine_translation_enabled, + and the autotranslate_* fields below). operationId: project/update tags: - Projects