create_genres_rename
Rename a genre in Audiobookshelf by specifying the existing genre and a new name. Apply the change to all associated books.
Instructions
Create or act on genres rename.
POST /api/genres/rename
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |