Skip to content

Commit

Permalink
Clarify OpenAPI doc for updateRepositoryConfig
Browse files Browse the repository at this point in the history
Add a 200 response description to make it clear that the
response contains the previous configuration value.
  • Loading branch information
dimas-b committed Jun 26, 2024
1 parent 4333d39 commit 004c337
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ RepositoryConfigResponse getRepositoryConfig(
@APIResponses({
@APIResponse(
responseCode = "200",
description =
"The configuration was updated. The response body contains the previous configuration value.",
content =
@Content(
mediaType = "application/json",
Expand Down

0 comments on commit 004c337

Please sign in to comment.