Update the swagger definition for a telegraf labels post response

pull/12073/head
Iris Scholten 2019-02-21 14:02:35 -08:00
parent c0266ba5cf
commit 561902e5c4
1 changed files with 3 additions and 3 deletions

View File

@ -336,11 +336,11 @@ paths:
$ref: "#/components/schemas/LabelMapping"
responses:
'200':
description: a list of all labels for a telegraf config
description: "the label added to the telegraf config"
content:
application/json:
schema:
$ref: "#/components/schemas/LabelsResponse"
$ref: "#/components/schemas/LabelResponse"
default:
description: unexpected error
content:
@ -2136,7 +2136,7 @@ paths:
$ref: "#/components/schemas/LabelMapping"
responses:
'200':
description: a list of all labels for a dashboard
description: the label added to the dashboard
content:
application/json:
schema: