Skip to content

Commit

Permalink
chore(docs): remove deprecated smart_suggest params
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoenke committed Sep 19, 2024
1 parent 110e9af commit bbc1160
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 60 deletions.
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"

0 comments on commit bbc1160

Please sign in to comment.