Merged in feature/collectorset (pull request #96)

Set Collector

* set
This commit is contained in:
Michael McGuinness
2025-03-10 13:00:57 +00:00
parent 62886dbba8
commit ed8cfbbee4
35 changed files with 430 additions and 783 deletions
+6 -6
View File
@@ -246,20 +246,20 @@ paths:
"400":
description: Invalid body.
patch:
operationId: updateCollectorByClientId
operationId: setCollectorByClientId
tags:
- CollectorService
summary: Update a collector
description: Updates an existing collector with new details.
summary: Set a collector
description: Set client collector with new details.
requestBody:
required: true
content:
application/json:
schema:
$ref: "#/components/schemas/CollectorUpdate"
$ref: "#/components/schemas/CollectorSet"
responses:
"204":
description: Collector updated successfully.
description: Collector set successfully.
"400":
description: Invalid request body.
@@ -573,7 +573,7 @@ components:
- latest_version
- active_version
CollectorUpdate:
CollectorSet:
type: object
properties:
minimum_cleaner_version: