Skip to content

Instantly share code, notes, and snippets.

@balain
Created November 9, 2020 03:21
Show Gist options
  • Save balain/ed610d7ff65da9c43eaf63fbdb7924ee to your computer and use it in GitHub Desktop.
Save balain/ed610d7ff65da9c43eaf63fbdb7924ee to your computer and use it in GitHub Desktop.
swagger: "2.0"
info:
description: "jira-status-reporter endpoings"
version: "1.0.0"
title: "JSR"
termsOfService: "https://github.com/jolewis-ddn/jira-status-reporter"
contact:
email: "tbd@tbd.com"
license:
name: "MIT"
url: "https://github.com/jolewis-ddn/jira-status-reporter/LICENSE"
host: "localhost"
basePath: "/"
tags:
- name: "test"
description: "Test tag"
schemes:
- "https"
- "http"
paths:
/:
get:
summary: "Empty endpoint"
description: "No-op"
responses:
"200":
description: "Normal"
externalDocs:
description: "Github project page"
url: "https://github.com/jolewis-ddn/jira-status-reporter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment