mirror of
https://github.com/bitwarden/help
synced 2025-12-11 05:43:20 +00:00
fixed missing comma (#129)
This commit is contained in:
@@ -31,7 +31,7 @@ You can search for up to 30 days of log events that scroll continuously.
|
|||||||
|
|
||||||
{% image organizations/event-logs.png Web Vault Management %}
|
{% image organizations/event-logs.png Web Vault Management %}
|
||||||
|
|
||||||
To gather more data plans with API access can use the [Bitwarden API](https://bitwarden.com/help/api/). API responses will contain the type of event (enums referenced below) and relevant data.
|
To gather more data, plans with API access can use the [Bitwarden API](https://bitwarden.com/help/api/). API responses will contain the type of event (enums referenced below) and relevant data.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
@@ -58,7 +58,7 @@ Example:
|
|||||||
|
|
||||||
## What information is contained in event logs?
|
## What information is contained in event logs?
|
||||||
|
|
||||||
Log data contains different events based on the action and level of action taken. Below are the items currently captured in the Event logs.
|
Log data contains different events based on the action and level of action taken. Below are the items currently captured in the Event logs.
|
||||||
|
|
||||||
### User events
|
### User events
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user