Feat: finish putImageAliases
This commit is contained in:
@@ -268,10 +268,10 @@ const docTemplate = `{
|
||||
"api.getImagesOutputImage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"aliases": {
|
||||
"aliasesIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
|
||||
@@ -260,10 +260,10 @@
|
||||
"api.getImagesOutputImage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"aliases": {
|
||||
"aliasesIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
|
||||
@@ -9,9 +9,9 @@ definitions:
|
||||
type: object
|
||||
api.getImagesOutputImage:
|
||||
properties:
|
||||
aliases:
|
||||
aliasesIds:
|
||||
items:
|
||||
type: string
|
||||
type: integer
|
||||
type: array
|
||||
id:
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user