Skip to content

Commit c55d667

Browse files
author
John Schulz
committed
force agent-status directory to agent_statu b/c of linter
1 parent 63f9354 commit c55d667

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

x-pack/plugins/ingest_manager/common/openapi/paths/fleet/agent-status/index.json renamed to x-pack/plugins/ingest_manager/common/openapi/paths/fleet/agent_status/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"summary": "Fleet - Agent - Status for policy",
44
"tags": [],
55
"responses": {},
6-
"operationId": "get-fleet-agent-status",
6+
"operationId": "get-fleet-agent_status",
77
"parameters": [
88
{
99
"schema": {

x-pack/plugins/ingest_manager/common/openapi/spec_bundled.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
"summary": "Fleet - Agent - Status for policy",
11281128
"tags": [],
11291129
"responses": {},
1130-
"operationId": "get-fleet-agent-status",
1130+
"operationId": "get-fleet-agent_status",
11311131
"parameters": [
11321132
{
11331133
"schema": {

x-pack/plugins/ingest_manager/common/openapi/spec_entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"$ref": "./paths/fleet/agents/enroll/index.json"
7070
},
7171
"/fleet/agent-status": {
72-
"$ref": "./paths/fleet/agent-status/index.json"
72+
"$ref": "./paths/fleet/agent_status/index.json"
7373
},
7474
"/fleet/enrollment-api-keys": {
7575
"$ref": "./paths/fleet/enrollment_api_keys/index.json"

0 commit comments

Comments
 (0)