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