mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 13:29:37 +00:00
Update yaml keys to camelCase
This commit is contained in:
parent
ca7eaf9750
commit
8e6ead59ce
4 changed files with 25 additions and 25 deletions
|
|
@ -5,7 +5,7 @@ components:
|
|||
type: boolean
|
||||
nullable: true
|
||||
parameters:
|
||||
authorID:
|
||||
authorId:
|
||||
name: id
|
||||
in: path
|
||||
description: Author ID
|
||||
|
|
@ -43,7 +43,7 @@ components:
|
|||
description: The Audible Identifier (ASIN).
|
||||
required: false
|
||||
schema:
|
||||
$ref: '../objects/entities/Author.yaml#/components/schemas/authorASIN'
|
||||
$ref: '../objects/entities/Author.yaml#/components/schemas/authorAsin'
|
||||
authorSearchName:
|
||||
name: q
|
||||
in: query
|
||||
|
|
@ -77,7 +77,7 @@ components:
|
|||
type: string
|
||||
nullable: true
|
||||
example: /metadata/authors/aut_z3leimgybl7uf3y4ab.jpg
|
||||
imageURL:
|
||||
imageUrl:
|
||||
name: url
|
||||
in: query
|
||||
description: The URL of the image to add to the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue