File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
paths/quality_performance_score Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2261322613 "post": {
2261422614 "summary": "Get Translation Quality",
2261522615 "description": "Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS",
22616- "operationId": "projects/ quality_performance_score",
22616+ "operationId": "quality_performance_score",
2261722617 "tags": [
2261822618 "Quality performance score"
2261922619 ],
2275822758 },
2275922759 {
2276022760 "lang": "CLI v2",
22761- "source": "phrase projects quality_performance_score \\\n--project_id <project_id> \\\n--data '{\"translation_ids\":[\"translation_id_1\", \"translation_id_2\"]}' \\\n--access_token <token>"
22761+ "source": "phrase quality_performance_score \\\n--project_id <project_id> \\\n--data '{\"translation_ids\":[\"translation_id_1\", \"translation_id_2\"]}' \\\n--access_token <token>"
2276222762 }
2276322763 ],
2276422764 "requestBody": {
Original file line number Diff line number Diff line change 11---
22summary : Get Translation Quality
33description : Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS
4- operationId : projects/ quality_performance_score
4+ operationId : quality_performance_score
55tags :
66- Quality performance score
77parameters :
@@ -43,7 +43,7 @@ x-code-samples:
4343 -H 'Content-Type: application/json'
4444 - lang : CLI v2
4545 source : |-
46- phrase projects quality_performance_score \
46+ phrase quality_performance_score \
4747 --project_id <project_id> \
4848 --data '{"translation_ids":["translation_id_1", "translation_id_2"]}' \
4949 --access_token <token>
You can’t perform that action at this time.
0 commit comments