clean up; /agent/ping (#967)

This commit is contained in:
Michael Quigley
2025-05-30 13:17:43 -04:00
parent a7899b3a98
commit f4057655be
46 changed files with 1350 additions and 1480 deletions

View File

@ -616,13 +616,13 @@ paths:
#
# agent
#
/agent/status:
/agent/ping:
post:
tags:
- agent
security:
- key: []
operationId: agentStatus
operationId: ping
parameters:
- name: body
in: body
@ -637,14 +637,12 @@ paths:
properties:
version:
type: string
shares:
type: array
items:
$ref: "#/definitions/share"
401:
description: unauthorized
500:
description: internal server error
502:
description: bad gateway; agent not reachable
#
# environment