Sha256: f1f4bcf65ccc5d8beaca2bef5ab4bd64412a12bbb8d0d6ced18593fbb1389027
Contents?: true
Size: 805 Bytes
Versions: 10
Compression:
Stored size: 805 Bytes
Contents
openapi: 3.1.0 info: title: Bullet Train API description: | The baseline API of a new Bullet Train application. license: name: MIT url: https://opensource.org/licenses/MIT version: "<%= @version.upcase %>" servers: - url: <%= ENV["BASE_URL"] %>/api/<%= @version %> components: securitySchemes: BearerAuth: type: http scheme: bearer schemas: <%= automatic_components_for Webhooks::Outgoing::Endpoint %> <%# 🚅 super scaffolding will insert new components above this line. %> parameters: id: name: id in: path required: true schema: type: string security: - BearerAuth: [] paths: <%= automatic_paths_for Webhooks::Outgoing::Endpoint, Team %> <%# 🚅 super scaffolding will insert new paths above this line. %>
Version data entries
10 entries across 10 versions & 1 rubygems