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
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion paths/projects/update.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading