Merge pull request #33166 from thaJeztah/fix-secret-response-example
Fix secret/{id} response example
This commit is contained in:
commit
6e83ef6ad6
1 changed files with 2 additions and 1 deletions
|
@ -8242,7 +8242,8 @@ paths:
|
||||||
description: "no error"
|
description: "no error"
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/definitions/Secret"
|
$ref: "#/definitions/Secret"
|
||||||
example:
|
examples:
|
||||||
|
application/json:
|
||||||
ID: "ktnbjxoalbkvbvedmg1urrz8h"
|
ID: "ktnbjxoalbkvbvedmg1urrz8h"
|
||||||
Version:
|
Version:
|
||||||
Index: 11
|
Index: 11
|
||||||
|
|
Loading…
Reference in a new issue