Swagger to deploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user