mirror of
https://github.com/bitwarden/server.git
synced 2025-05-29 15:24:51 -05:00
org event route update
This commit is contained in:
parent
7cd50eccf0
commit
2a757a39b9
@ -40,7 +40,7 @@ namespace Bit.Api.Controllers
|
|||||||
return new ListResponseModel<EventResponseModel>(responses);
|
return new ListResponseModel<EventResponseModel>(responses);
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("organization/{id}")]
|
[HttpGet("~/organization/{id}/events")]
|
||||||
public async Task<ListResponseModel<EventResponseModel>> GetOrganization(string id,
|
public async Task<ListResponseModel<EventResponseModel>> GetOrganization(string id,
|
||||||
[FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null)
|
[FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user