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