diff --git a/http/swagger.yml b/http/swagger.yml index 23dfb16d1b..08edf36ee2 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -6858,10 +6858,14 @@ components: type: string description: name of the bucket links: + type: object + readOnly: true example: self: "/api/v2/scrapers/1" owners: "/api/v2/scrapers/1/owners" members: "/api/v2/scrapers/1/members" + bucket: "/api/v2/buckets/1" + organization: "/api/v2/orgs/1" properties: self: $ref: "#/components/schemas/Link" @@ -6869,6 +6873,10 @@ components: $ref: "#/components/schemas/Link" owners: $ref: "#/components/schemas/Link" + bucket: + $ref: "#/components/schemas/Link" + organization: + $ref: "#/components/schemas/Link" ScraperTargetResponses: type: object properties: