Merge pull request #13032 from influxdata/secret-key-links
fix(http): nest secret key response links in swaggerpull/13056/head
commit
05f26b0236
|
@ -6741,6 +6741,10 @@ components:
|
|||
allOf:
|
||||
- $ref: "#/components/schemas/SecretKeys"
|
||||
- type: object
|
||||
properties:
|
||||
links:
|
||||
readOnly: true
|
||||
type: object
|
||||
properties:
|
||||
self:
|
||||
type: string
|
||||
|
|
Loading…
Reference in New Issue