From 5ea422d75ed3fc58d3970acc1fe60c79cbf8a94b Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 28 Jun 2026 14:19:29 -0500 Subject: [PATCH] docs(api): require Joomla 6.0+ in OpenAPI metadata --- openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index c7508b5..4969c24 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7,6 +7,8 @@ info: REST API for managing Open Graph, SEO meta, and structured-data tags in Joomla via the MokoSuiteOpenGraph extension. + **Requires Joomla 6.0 or higher.** + The API follows Joomla's Web Services conventions and returns responses in [JSON:API](https://jsonapi.org/) format. All endpoints require authentication via a Joomla API token.