1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Add Swagger generation for Identity (#2058)

This commit is contained in:
Oscar Hinton
2022-07-04 12:05:46 +02:00
committed by GitHub
parent 1a89056c61
commit 113627dcd5
25 changed files with 212 additions and 176 deletions

View File

@ -202,7 +202,7 @@ namespace Bit.Api.Controllers
}
public async Task<bool> CanCreateCollection(Guid orgId, Guid collectionId)
private async Task<bool> CanCreateCollection(Guid orgId, Guid collectionId)
{
if (collectionId != default)
{

View File

@ -2636,7 +2636,7 @@
"commcore": {
"type": "Project",
"dependencies": {
"Core": "2022.5.1"
"Core": "2022.5.2"
}
},
"core": {
@ -2680,7 +2680,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "2022.5.1",
"Core": "2022.5.2",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -2689,7 +2689,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "11.0.0",
"Core": "2022.5.1",
"Core": "2022.5.2",
"Microsoft.EntityFrameworkCore.Relational": "6.0.4",
"Npgsql.EntityFrameworkCore.PostgreSQL": "6.0.4",
"Pomelo.EntityFrameworkCore.MySql": "6.0.1",
@ -2699,9 +2699,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "2022.5.1",
"Infrastructure.Dapper": "2022.5.1",
"Infrastructure.EntityFramework": "2022.5.1"
"Core": "2022.5.2",
"Infrastructure.Dapper": "2022.5.2",
"Infrastructure.EntityFramework": "2022.5.2"
}
}
}