Skip to content

Commit

Permalink
Update api/server/v1/server.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Catalina A <[email protected]>
  • Loading branch information
ademidoff and catalinaadam authored Oct 8, 2024
1 parent 243c61f commit e83b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/v1/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ service ServerService {
option (google.api.http) = {get: "/v1/server/updates/changelogs"};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
summary: "Get the changelog"
description: "List all the changes between the installed version and the latest available version."
description: "Display a changelog comparing the installed version to the latest available version."
};
}
// StartUpdate starts PMM Server update.
Expand Down

0 comments on commit e83b95f

Please sign in to comment.