From c8787d93af486d97a9892a923a63d4189ccdc1e1 Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Thu, 24 Sep 2020 19:04:13 -0400 Subject: [PATCH] adjusted plan list for API use (#206) --- _articles/organizations/public-api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_articles/organizations/public-api.md b/_articles/organizations/public-api.md index 4436fd82..69f933d4 100644 --- a/_articles/organizations/public-api.md +++ b/_articles/organizations/public-api.md @@ -10,7 +10,10 @@ tags: [api] Bitwarden provides a full-featured RESTful API for managing your organization. You can use the API to manage your organization's members, collections, groups, event logs, and more. The API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. {% note %} -API access is only available to enterprise organizations. +API access is available for the following plans: +- Classic 2019 Enterprise +- Current Enterprise +- Current Teams {% endnote %} ## Table of Contents