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

Version Path
bullet_train-outgoing_webhooks-1.2.9 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.8 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.7 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.6 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.5 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.4 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.3 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.2 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.1 app/views/api/v1/open_api/index.yaml.erb
bullet_train-outgoing_webhooks-1.2.0 app/views/api/v1/open_api/index.yaml.erb