Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Nov 18, 2024
1 parent f8f3488 commit 9c6641f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c6641f

Please sign in to comment.