From 76e60a1c1111ffa33b65679dd3663a5293de78ed Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Tue, 2 Dec 2025 21:42:31 -0500 Subject: [PATCH] fix link to openapi json --- docs/API-and-Development/API-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API-and-Development/API-Reference.md b/docs/API-and-Development/API-Reference.md index 29c8cb9..80d9db7 100644 --- a/docs/API-and-Development/API-Reference.md +++ b/docs/API-and-Development/API-Reference.md @@ -150,7 +150,7 @@ const rom = await api.get("/roms/123"); You can download the complete OpenAPI specification from your RomM instance: ```text -http://your-instance:3000/api/openapi.json +http://your-instance:3000/openapi.json ``` This specification can be imported into API testing tools like Postman, used to generate client libraries, or used for API mocking.