Skip to content

Commit

Permalink
chore: update OpenAPI spec
Browse files Browse the repository at this point in the history
This commit updates the OpenAPI spec to add the Studio gateway to the
list of servers and thus the documentation.
  • Loading branch information
rickstaa committed Aug 28, 2024
1 parent dde9a1a commit c23eb44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner/gateway.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions runner/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c23eb44

Please sign in to comment.