From 9c6641f9be9057038abad41fab5a021f6fad5f6f Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 18 Nov 2024 18:15:12 +0000 Subject: [PATCH] Updated OpenAPI specs --- json/knowledgeapi.json | 2 +- yaml/knowledgeapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: