From d16b1a7a24962f7854885fe77e84c064dcd0bbd1 Mon Sep 17 00:00:00 2001 From: 65397 Date: Wed, 25 Mar 2026 01:04:30 +0100 Subject: [PATCH] Update API version links in README Updated API version links in usage section. Signed-off-by: 65397 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 169b469..3dc6610 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,8 @@ See the [features list](/FEATURES.md) Usage details and JSON schema are available here: -- [API v5.4](/USAGE-v5.4.md) - latest -- [API v5.3](/USAGE-v5.3.md) - stable +- [API v5.5](/USAGE-v5.5.md) - latest +- [API v5.4](/USAGE-v5.4.md) - stable A sample Postman collection and usage instructions can be found [here](/contrib/postman)