create_feeds_by_id_close
Close a specific Audiobookshelf feed by its ID using the required request payload. This action finalizes the feed's state and applies the provided data.
Instructions
Create or act on feeds close.
POST /api/feeds/{id}/close
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 |