Swagger to deploy

This commit is contained in:
Bel LaPointe
2020-07-24 23:41:33 -06:00
parent 663579aeae
commit 4069fd822f
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ paths:
get:
tags:
- who
summary: "Get an entity"
summary: "Get an entity. If ?id not provided, see TRACE"
parameters:
- $ref: "#/components/parameters/id"
- $ref: "#/components/parameters/namespace"
@@ -12,6 +12,7 @@ paths:
$ref: "#/components/schemas/200"
trace:
deprecated: true
tags:
- who
summary: "List all entities"
@@ -96,7 +97,6 @@ components:
id:
name: id
in: query
required: true
description: "An entity's unique name"
schema:
type: string