Skip to content

Commit

Permalink
docs: consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza committed Jan 17, 2024
1 parent 9beee9e commit 63dfe86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ For detailed information on how to use each endpoint, refer to the corresponding
- [Get Quote By Id](docs/quotes/get-quote-by-id.md)
- [Get all the quotes by an author](docs/quotes/get-quotes-by-author.md)
- [Get all the quotes in a category](docs/quotes/get-quotes-in-category.md)
- [Create a quote](#create-quote)
- [Create a quote](docs/quotes/create-quote)

## Quote Structure

| Field | Type | Description |
| ---------- | ----------------- | ----------------------------------- |
| id | integer | The id of the quote |
| created_at | ISO8601 timestamp | When the quote was submitted |
| updated_at | ISO8601 timestamp | When the quote was last updated |
| created_at | ISO8601 timestamp | The date the quote was submitted |
| updated_at | ISO8601 timestamp | The date the quote was last updated |
| author | string | The author of the quote |
| categories | array of string | The categories the quote belongs in |
| submitter | string | The submitter of the quote |
Expand Down
2 changes: 1 addition & 1 deletion docs/quotes/get-quote-by-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GET /quotes/:id

## Parameters

- **id** - The Id of the quote.
- **id** - The id of the quote.

### Example Response

Expand Down

0 comments on commit 63dfe86

Please sign in to comment.