diff --git a/src/libs/Forem/openapi.yaml b/src/libs/Forem/openapi.yaml index 137f9c8..b4e6531 100644 --- a/src/libs/Forem/openapi.yaml +++ b/src/libs/Forem/openapi.yaml @@ -1,4 +1,4 @@ -openapi: 3.0.1 +openapi: 3.0.4 info: title: Forem API V1 description: "Access Forem articles, users and other resources via API.\n For a real-world example of Forem in action, check out [DEV](https://www.dev.to).\n All endpoints can be accessed with the 'api-key' header and a accept header, but\n some of them are accessible publicly without authentication.\n\n Dates and date times, unless otherwise specified, must be in\n the [RFC 3339](https://tools.ietf.org/html/rfc3339) format."