From 0053c721362bbe4f89b9d04002d161131ad9f1ea Mon Sep 17 00:00:00 2001 From: sjdonado Date: Sun, 2 Nov 2025 10:41:13 +0000 Subject: [PATCH] deploy: 44dab3ca5a7d95835fcfad54a094daa0290a2453 --- openapi.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 7a1c946..bc70f5b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11,16 +11,14 @@ info: ## Authentication Multiple users are supported via `X-Api-Key` headers. Create, list and delete keys via the [CLI](https://github.com/sjdonado/bit/blob/master/SETUP.md#cli). - version: 1.0.0 + version: 1.6.0 contact: - name: API Support - url: https://github.com/sjdonado/bit + name: Juan Rodriguez Donado + url: https://sjdonado.com servers: - url: http://localhost:4000 description: Development server - - url: http://localhost:4001 - description: Benchmark server security: - ApiKeyAuth: []