From c23eb445796d3e2f450bacc1447ae3db8b710134 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 28 Aug 2024 17:01:19 +0200 Subject: [PATCH] chore: update OpenAPI spec This commit updates the OpenAPI spec to add the Studio gateway to the list of servers and thus the documentation. --- runner/gateway.openapi.yaml | 2 ++ runner/openapi.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/runner/gateway.openapi.yaml b/runner/gateway.openapi.yaml index 811dcbcc..ae5f42d5 100644 --- a/runner/gateway.openapi.yaml +++ b/runner/gateway.openapi.yaml @@ -6,6 +6,8 @@ info: servers: - url: https://dream-gateway.livepeer.cloud description: Livepeer Cloud Community Gateway +- url: https://livepeer.studio/api/beta/generate + description: Livepeer Studio Gateway paths: /text-to-image: post: diff --git a/runner/openapi.yaml b/runner/openapi.yaml index 7516cc30..07737b63 100644 --- a/runner/openapi.yaml +++ b/runner/openapi.yaml @@ -6,6 +6,8 @@ info: servers: - url: https://dream-gateway.livepeer.cloud description: Livepeer Cloud Community Gateway +- url: https://livepeer.studio/api/beta/generate + description: Livepeer Studio Gateway paths: /health: get: