mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
19 lines
281 B
YAML
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: {}
|