mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
remove old actions
This commit is contained in:
parent
4bcfab589d
commit
732e0d8984
@ -79,20 +79,6 @@ namespace Bit.Api.Controllers
|
|||||||
return new SubvaultResponseModel(subvault);
|
return new SubvaultResponseModel(subvault);
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpPut("user")]
|
|
||||||
[HttpPost("user")]
|
|
||||||
public async Task PutUserSubvaults(string orgId, [FromBody]OrganizationUserConfirmRequestModel model)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpPut("{id}/users")]
|
|
||||||
[HttpPost("{id}/users")]
|
|
||||||
public async Task PutUsers(string orgId, string id, [FromBody]SubvaultRequestModel model)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
[HttpDelete("{id}")]
|
[HttpDelete("{id}")]
|
||||||
[HttpPost("{id}/delete")]
|
[HttpPost("{id}/delete")]
|
||||||
public async Task Delete(string orgId, string id)
|
public async Task Delete(string orgId, string id)
|
||||||
|
Loading…
Reference in New Issue
Block a user