diff --git a/management/server/http/api/openapi.yml b/management/server/http/api/openapi.yml index 69e723de1..de49d3073 100644 --- a/management/server/http/api/openapi.yml +++ b/management/server/http/api/openapi.yml @@ -965,7 +965,7 @@ components: required: - processes Process: - description: Describe the operational activity within peer's system. + description: Describes the operational activity within a peer's system. type: object properties: path: diff --git a/management/server/http/api/types.gen.go b/management/server/http/api/types.gen.go index f2a374fc7..02547926b 100644 --- a/management/server/http/api/types.gen.go +++ b/management/server/http/api/types.gen.go @@ -913,7 +913,7 @@ type PostureCheckUpdate struct { Name string `json:"name"` } -// Process Describe the operational activity within peer's system. +// Process Describes the operational activity within a peer's system. type Process struct { // Path Path to the process executable file in a Unix-like operating system Path *string `json:"path,omitempty"`