Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): remove deprecated smart_suggest params #686

Merged
merged 1 commit into from
Sep 19, 2024
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
36 changes: 3 additions & 33 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -11502,7 +11502,7 @@
}
},
{
"description": "ids of keys that should added to the job",
"description": "ids of keys that should be removed from the job",
"example": [
"abcd1234cdef1234abcd1234cdef1234"
],
Expand Down Expand Up @@ -16525,7 +16525,7 @@
"example": "review"
},
"machine_translation_enabled": {
"description": "(Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest",
"description": "(Optional) Enable machine translation support in the project. Required for Pre-Translation",
"type": "boolean",
"example": true
},
Expand Down Expand Up @@ -16588,21 +16588,6 @@
"description": "(Optional) Requires autotranslate_enabled to be true",
"type": "boolean",
"example": true
},
"smart_suggest_enabled": {
"description": "(Optional) Smart Suggest, requires machine_translation_enabled",
"type": "boolean",
"example": true
},
"smart_suggest_use_glossary": {
"description": "(Optional) Requires smart_suggest_enabled to be true",
"type": "boolean",
"example": true
},
"smart_suggest_use_machine_translation": {
"description": "(Optional) Requires smart_suggest_enabled to be true",
"type": "boolean",
"example": true
}
}
}
Expand Down Expand Up @@ -16784,7 +16769,7 @@
"example": "review"
},
"machine_translation_enabled": {
"description": "(Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest",
"description": "(Optional) Enable machine translation support in the project. Required for Pre-Translation",
"type": "boolean",
"example": true
},
Expand Down Expand Up @@ -16847,21 +16832,6 @@
"description": "(Optional) Requires autotranslate_enabled to be true",
"type": "boolean",
"example": true
},
"smart_suggest_enabled": {
"description": "(Optional) Smart Suggest, requires machine_translation_enabled",
"type": "boolean",
"example": true
},
"smart_suggest_use_glossary": {
"description": "(Optional) Requires smart_suggest_enabled to be true",
"type": "boolean",
"example": true
},
"smart_suggest_use_machine_translation": {
"description": "(Optional) Requires smart_suggest_enabled to be true",
"type": "boolean",
"example": true
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion paths/jobs/remove_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
in: query
schema:
type: string
- description: ids of keys that should added to the job
- description: ids of keys that should be removed from the job
example:
- abcd1234cdef1234abcd1234cdef1234
name: translation_key_ids
Expand Down
14 changes: 1 addition & 13 deletions paths/projects/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ requestBody:
type: string
example: review
machine_translation_enabled:
description: "(Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest"
description: "(Optional) Enable machine translation support in the project. Required for Pre-Translation"
type: boolean
example: true
enable_branching:
Expand Down Expand Up @@ -145,16 +145,4 @@ requestBody:
description: "(Optional) Requires autotranslate_enabled to be true"
type: boolean
example: true
smart_suggest_enabled:
description: "(Optional) Smart Suggest, requires machine_translation_enabled"
type: boolean
example: true
smart_suggest_use_glossary:
description: "(Optional) Requires smart_suggest_enabled to be true"
type: boolean
example: true
smart_suggest_use_machine_translation:
description: "(Optional) Requires smart_suggest_enabled to be true"
type: boolean
example: true
x-cli-version: "2.6.3"
14 changes: 1 addition & 13 deletions paths/projects/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ requestBody:
type: string
example: review
machine_translation_enabled:
description: "(Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest"
description: "(Optional) Enable machine translation support in the project. Required for Pre-Translation"
type: boolean
example: true
enable_branching:
Expand Down Expand Up @@ -141,16 +141,4 @@ requestBody:
description: "(Optional) Requires autotranslate_enabled to be true"
type: boolean
example: true
smart_suggest_enabled:
description: "(Optional) Smart Suggest, requires machine_translation_enabled"
type: boolean
example: true
smart_suggest_use_glossary:
description: "(Optional) Requires smart_suggest_enabled to be true"
type: boolean
example: true
smart_suggest_use_machine_translation:
description: "(Optional) Requires smart_suggest_enabled to be true"
type: boolean
example: true
x-cli-version: "2.6.3"
Loading