Skip to content

Commit

Permalink
doc: Run make update-api
Browse files Browse the repository at this point in the history
Signed-off-by: Kadin Sayani <[email protected]>
  • Loading branch information
kadinsayani committed Oct 11, 2024
1 parent 1db1dcf commit 9c8ceab
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions doc/rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9621,6 +9621,43 @@ paths:
summary: Get the image aliases
tags:
- images
/1.0/images?all-projects=true:
get:
description: Returns a list of images (structs) across all projects.
operationId: images_get_all-projectstrue
produces:
- application/json
responses:
"200":
description: API endpoints
schema:
description: Sync response
properties:
metadata:
description: List of images
items:
$ref: '#/definitions/Image'
type: array
status:
description: Status description
example: Success
type: string
status_code:
description: Status code
example: 200
type: integer
type:
description: Response type
example: sync
type: string
type: object
"403":
$ref: '#/responses/Forbidden'
"500":
$ref: '#/responses/InternalServerError'
summary: Get the images
tags:
- images
/1.0/images?public:
get:
description: Returns a list of publicly available images (URLs).
Expand Down

0 comments on commit 9c8ceab

Please sign in to comment.