From 9af6c71f229c8aef56ac75561c89574968c8bd74 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Thu, 14 Aug 2025 14:08:33 +0300 Subject: [PATCH] Added a link to swagger in the API pages --- docs/api-reference/pages.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api-reference/pages.mdx b/docs/api-reference/pages.mdx index 9e2bbf4606..f3a642ca35 100644 --- a/docs/api-reference/pages.mdx +++ b/docs/api-reference/pages.mdx @@ -6,6 +6,8 @@ Port API's `pages` endpoints will undergo a structural change in the near future. The new structure will be more intuitive and easier to use. +Until the new structure is released, you can refer to the [Swagger API documentation](https://api.port.io/swagger/#Pages) for the available endpoints and their usage. + Currently, the `pages` endpoints allow you to: - **Create**, **update**, **delete**, and **get** pages.