Files
catalyst/definition/swagger.yaml
2021-12-13 00:39:15 +01:00

19 lines
281 B
YAML

swagger: "2.0"
info:
version: "0.0.3"
title: "Catalyst"
description: API for the catalyst incident response platform.
host: "."
basePath: "/api"
schemes:
# - "https"
- "http"
consumes: [ "application/json" ]
produces: [ "application/json" ]
paths: {}
definitions: {}