diff --git a/api_documentation.md b/api_documentation.md index b5e11ed..fa839f5 100644 --- a/api_documentation.md +++ b/api_documentation.md @@ -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. + +Response Example: +```json +{ + "languages": ["en", "es", "fr", "pt"] +} +``` #### Error Handling The API uses standard HTTP status codes.