Created
July 9, 2022 20:33
-
-
Save johndemic/24e2340f0e7c26154d910c9d94ce42f3 to your computer and use it in GitHub Desktop.
backstage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: backstage.io/v1alpha1 | |
kind: API | |
metadata: | |
name: balances-api | |
description: Retrieve account balances | |
spec: | |
type: openapi | |
lifecycle: production | |
owner: acmefinancial | |
system: acme-engagement-portal | |
definition: | | |
openapi: "3.0.0" | |
info: | |
version: 1.0.0 | |
title: Account Balance API | |
license: | |
name: MIT | |
servers: | |
- url: http://artist.spotify.net/v1 | |
paths: | |
/balances: | |
get: | |
summary: List all balances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment