get: summary: Get settings tags: - Fleet internals responses: '200': description: OK content: application/json: schema: $ref: ../components/schemas/fleet_settings_response.yaml '400': $ref: ../components/responses/error.yaml operationId: get-settings put: summary: Update settings tags: - Fleet internals requestBody: content: application/json: schema: type: object properties: fleet_server_hosts: type: array description: Protocol and path must be the same for each URL items: type: string has_seen_add_data_notice: type: boolean additional_yaml_config: type: string responses: '200': description: OK content: application/json: schema: $ref: ../components/schemas/fleet_settings_response.yaml '400': $ref: ../components/responses/error.yaml operationId: update-settings