Browse Source

Update swagger description (#6140)

POC/cipher-versioning
Thomas Rittson 5 months ago committed by GitHub
parent
commit
cfcb24bbc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      src/Api/Utilities/ServiceCollectionExtensions.cs

7
src/Api/Utilities/ServiceCollectionExtensions.cs

@ -33,7 +33,12 @@ public static class ServiceCollectionExtensions @@ -33,7 +33,12 @@ public static class ServiceCollectionExtensions
Url = new Uri("https://bitwarden.com"),
Email = "support@bitwarden.com"
},
Description = "The Bitwarden public APIs.",
Description = """
This schema documents the endpoints available to the Public API, which provides
organizations tools for managing members, collections, groups, event logs, and policies.
If you are looking for the Vault Management API, refer instead to
[this document](https://bitwarden.com/help/vault-management-api/).
""",
License = new OpenApiLicense
{
Name = "GNU Affero General Public License v3.0",

Loading…
Cancel
Save