This commit is contained in:
bcmmbaga
2024-03-14 14:35:21 +03:00
parent 9db450d599
commit 1a5d59be1d
2 changed files with 2 additions and 2 deletions

View File

@ -965,7 +965,7 @@ components:
required: required:
- processes - processes
Process: Process:
description: Describe the operational activity within peer's system. description: Describes the operational activity within a peer's system.
type: object type: object
properties: properties:
path: path:

View File

@ -913,7 +913,7 @@ type PostureCheckUpdate struct {
Name string `json:"name"` 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 { type Process struct {
// Path Path to the process executable file in a Unix-like operating system // Path Path to the process executable file in a Unix-like operating system
Path *string `json:"path,omitempty"` Path *string `json:"path,omitempty"`