create_authors_by_id_image
Upload an author image to Audiobookshelf using the author ID and image data. Use this to set or replace the author's profile picture.
Instructions
Add an author image to the server.
POST /api/authors/{id}/image
Args: id: Path parameter. 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 |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |