Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-action committed Jan 18, 2024
1 parent b44994e commit 566452b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ paths:
operationId: deleteRepositoryMetadata
summary: delete repository metadata
description: |
Delete repository metadata. Deletes the provided keys from the repository metadata.
Delete specified keys from the repository's metadata.
requestBody:
required: true
content:
Expand All @@ -2679,11 +2679,9 @@ paths:
$ref: "#/components/schemas/RepositoryMetadataKeys"
responses:
204:
description: repository metadata deleted successfully
description: repository metadata keys deleted successfully
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
420:
description: too many requests
default:
Expand Down Expand Up @@ -5364,6 +5362,8 @@ paths:
$ref: "#/components/responses/BadRequest"
401:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
420:
description: too many requests
default:
Expand Down

0 comments on commit 566452b

Please sign in to comment.