Complete project cleanup: remove unneeded files, organize static assets, update .gitignore
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
put {
|
||||
url: http://localhost:8765/api/ebooks/123e4567-e89b-12d3-a456-426614174000
|
||||
url: http://localhost:8765/api/ebooks/{{ebookid}}
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
@@ -25,23 +25,23 @@ settings {
|
||||
|
||||
docs {
|
||||
## Update Ebook
|
||||
|
||||
|
||||
Updates an existing ebook's metadata.
|
||||
|
||||
|
||||
**Authentication:** Required (Bearer token)
|
||||
|
||||
|
||||
**Path Parameters:**
|
||||
- `id` (string): Ebook UUID
|
||||
|
||||
|
||||
**Request Body:** (all fields optional)
|
||||
- `title` (string): Book title
|
||||
- `author` (string): Book author
|
||||
- `isbn` (string): ISBN number
|
||||
- `description` (string): Book description
|
||||
- `cover_image_path` (string): Path to cover image
|
||||
|
||||
|
||||
**Response:** Updated ebook object
|
||||
|
||||
|
||||
**Error Responses:**
|
||||
- 401: Invalid authentication
|
||||
- 404: Ebook not found
|
||||
|
||||
Reference in New Issue
Block a user