|
- name: srcQ |
|
in: query |
|
description: String to match the title to. |
|
required: false |
|
explode: true |
|
schema: |
|
type: string |
|
- name: limit |
|
in: query |
|
description: Max number of images to return. |
|
required: false |
|
explode: true |
|
schema: |
|
type: integer |
|
- name: skip |
|
in: query |
|
description: Number of images to skip. |
|
required: false |
|
explode: true |
|
schema: |
|
type: integer |
|
default: 0 |
I think the list of images is enough.
alt-text-backend/openapi.yaml
Lines 298 to 319 in 7afe104
I think the list of images is enough.