get_libraries_by_id_authors
Retrieve all authors in a specific library by providing its ID. Use this to list every author associated with a library.
Instructions
Get all authors in a library.
GET /api/libraries/{id}/authors
Args: id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |