Skip to content

Commit 7bf6eeb

Browse files
committed
Adjust operationId
1 parent 25818b7 commit 7bf6eeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/compiled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22613,7 +22613,7 @@
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
],
@@ -22758,7 +22758,7 @@
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": {

paths/quality_performance_score/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
summary: Get Translation Quality
33
description: 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
55
tags:
66
- Quality performance score
77
parameters:
@@ -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>

0 commit comments

Comments
 (0)