From 1a5d59be1d047230e769f172d3a0a0c692600b69 Mon Sep 17 00:00:00 2001 From: bcmmbaga Date: Thu, 14 Mar 2024 14:35:21 +0300 Subject: [PATCH] Refactor --- management/server/http/api/openapi.yml | 2 +- management/server/http/api/types.gen.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"`