diff --git a/json/knowledgeapi.json b/json/knowledgeapi.json index be16d85..808ea38 100644 --- a/json/knowledgeapi.json +++ b/json/knowledgeapi.json @@ -59174,7 +59174,7 @@ "tags": [ "Reviews" ], - "description": "Adds the specified review labels to the specified review.", + "description": "Assigns the specified review labels to the specified review, replacing existing labels on the review.", "requestBody": { "$ref": "#/components/requestBodies/updateReviewLabelsRequest" }, diff --git a/yaml/knowledgeapi.yaml b/yaml/knowledgeapi.yaml index 385ba58..0673fa4 100644 --- a/yaml/knowledgeapi.yaml +++ b/yaml/knowledgeapi.yaml @@ -89376,7 +89376,7 @@ paths: summary: 'Review Labels: Update' tags: - Reviews - description: Adds the specified review labels to the specified review. + description: Assigns the specified review labels to the specified review, replacing existing labels on the review. requestBody: $ref: '#/components/requestBodies/updateReviewLabelsRequest' parameters: