mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix missing docs and yaml (#25333)
This commit is contained in:
parent
147c5542e8
commit
7e419f97cb
2 changed files with 2 additions and 9 deletions
2
.github/workflows/check-automated-doc.yml
vendored
2
.github/workflows/check-automated-doc.yml
vendored
|
|
@ -38,8 +38,6 @@ jobs:
|
|||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
|
||||
|
|
|
|||
|
|
@ -1238,7 +1238,6 @@ Generated when a software installer is uploaded to Fleet.
|
|||
This activity contains the following fields:
|
||||
- "software_title": Name of the software.
|
||||
- "software_package": Filename of the installer.
|
||||
- "software_title_id": ID of the added software title.
|
||||
- "team_name": Name of the team to which this software was added. `null` if it was added to no team." +
|
||||
- "team_id": The ID of the team to which this software was added. `null` if it was added to no team.
|
||||
- "self_service": Whether the software is available for installation by the end user.
|
||||
|
|
@ -1252,7 +1251,6 @@ This activity contains the following fields:
|
|||
{
|
||||
"software_title": "Falcon.app",
|
||||
"software_package": "FalconSensor-6.44.pkg",
|
||||
"software_title_id": 2344,
|
||||
"team_name": "Workstations",
|
||||
"team_id": 123,
|
||||
"self_service": true,
|
||||
|
|
@ -1277,10 +1275,10 @@ Generated when a software installer is updated in Fleet.
|
|||
This activity contains the following fields:
|
||||
- "software_title": Name of the software.
|
||||
- "software_package": Filename of the installer as of this update (including if unchanged).
|
||||
- "software_title_id": ID of the edited software title.
|
||||
- "team_name": Name of the team on which this software was updated. `null` if it was updated on no team.
|
||||
- "team_id": The ID of the team on which this software was updated. `null` if it was updated on no team.
|
||||
- "self_service": Whether the software is available for installation by the end user.
|
||||
- "software_title_id": ID of the added software title.
|
||||
- "labels_include_any": Target hosts that have any label in the array.
|
||||
- "labels_exclude_any": Target hosts that don't have any label in the array.
|
||||
|
||||
|
|
@ -1290,10 +1288,10 @@ This activity contains the following fields:
|
|||
{
|
||||
"software_title": "Falcon.app",
|
||||
"software_package": "FalconSensor-6.44.pkg",
|
||||
"software_title_id": 2344,
|
||||
"team_name": "Workstations",
|
||||
"team_id": 123,
|
||||
"self_service": true,
|
||||
"software_title_id": 2234,
|
||||
"labels_include_any": [
|
||||
{
|
||||
"name": "Engineering",
|
||||
|
|
@ -1384,8 +1382,6 @@ This activity contains the following fields:
|
|||
- "self_service": App installation can be initiated by device owner.
|
||||
- "team_name": Name of the team to which this App Store app was added, or `null` if it was added to no team.
|
||||
- "team_id": ID of the team to which this App Store app was added, or `null`if it was added to no team.
|
||||
- "software_title_id": ID of the edited software title.
|
||||
|
||||
|
||||
#### Example
|
||||
|
||||
|
|
@ -1396,7 +1392,6 @@ This activity contains the following fields:
|
|||
"app_store_id": "1234567",
|
||||
"platform": "darwin",
|
||||
"self_service": false,
|
||||
"software_title_id": 3537,
|
||||
"team_name": "Workstations",
|
||||
"team_id": 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue