Skip to content

Commit

Permalink
Adjust operationId
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi committed Jan 3, 2025
1 parent 84e6107 commit 6ab1859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -21500,7 +21500,7 @@
"post": {
"summary": "Get Translation Quality",
"description": "Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS",
"operationId": "projects/quality_performance_score",
"operationId": "quality_performance_score",
"tags": [
"Quality performance score"
],
Expand Down Expand Up @@ -21645,7 +21645,7 @@
},
{
"lang": "CLI v2",
"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>"
"source": "phrase quality_performance_score \\\n--project_id <project_id> \\\n--data '{\"translation_ids\":[\"translation_id_1\", \"translation_id_2\"]}' \\\n--access_token <token>"
}
],
"requestBody": {
Expand Down
4 changes: 2 additions & 2 deletions paths/quality_performance_score/index.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
summary: Get Translation Quality
description: Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS
operationId: projects/quality_performance_score
operationId: quality_performance_score
tags:
- Quality performance score
parameters:
Expand Down Expand Up @@ -43,7 +43,7 @@ x-code-samples:
-H 'Content-Type: application/json'
- lang: CLI v2
source: |-
phrase projects quality_performance_score \
phrase quality_performance_score \
--project_id <project_id> \
--data '{"translation_ids":["translation_id_1", "translation_id_2"]}' \
--access_token <token>
Expand Down

0 comments on commit 6ab1859

Please sign in to comment.