From 3fc28e1a798dba8ba3b2535617225d9cecf2f53b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 5 May 2020 11:00:47 -0400 Subject: [PATCH] update api docs refs --- _articles/organizations/public-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/organizations/public-api.md b/_articles/organizations/public-api.md index 9cba8398..4436fd82 100644 --- a/_articles/organizations/public-api.md +++ b/_articles/organizations/public-api.md @@ -95,13 +95,13 @@ The Bitwarden RESTful API uses conventional HTTP response codes to indicate the ## Explore the API -The Bitwarden RESTful API is compatible with the OpenAPI specification and publishes a compliant [`swagger.json`](https://docs.bitwarden.com/api/specs/public/swagger.json) definition file. +The Bitwarden RESTful API is compatible with the OpenAPI specification and publishes a compliant [`swagger.json`](https://bitwarden.com/help/api/specs/public/swagger.json) definition file. You can explore and execute the API endpoints and their definitions using Swagger UI at: **Public Cloud Server API** -- [https://docs.bitwarden.com/api/](https://docs.bitwarden.com/api/){:target="_blank"} +- [https://bitwarden.com/help/api/](https://bitwarden.com/help/api/){:target="_blank"} **On-premises Server API**