Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions api_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ Returns a list of all language codes currently stored in the system.
* **Method:** GET

* **Path:**/languages
Returns all language codes currently stored in Neo4j.

Comment on lines +158 to +159
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description added on line 158 is redundant because the endpoint's purpose is already clearly stated at the beginning of the section (line 154: "Returns a list of all language codes currently stored in the system."). Removing this repetition improves the documentation's clarity and conciseness.

Suggested change
Returns all language codes currently stored in Neo4j.

Response Example:
```json
{
"languages": ["en", "es", "fr", "pt"]
}
```

#### Error Handling
The API uses standard HTTP status codes.
Expand Down