Skip to content

Commit

Permalink
Correct options type (#7265)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 authored Jan 10, 2025
1 parent 01b1165 commit bf550ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/Audit_Log.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The table below lists audit log events and values (the `action_type` field) that

The **Object Changed** column notes which object's values may be included in the entry. Though there are exceptions, possible keys in the `changes` array typically correspond to the object's fields. The descriptions and types for those fields can be found in the linked documentation for the object.

If no object is noted, there won't be a `changes` array in the entry, though other fields like the `target_id` still exist and many have fields in the [`options` array](#DOCS_RESOURCES_AUDIT_LOG/audit-log-entry-object-optional-audit-entry-info).
If no object is noted, there won't be a `changes` array in the entry, though other fields like the `target_id` still exist and many have fields in the [`options` object](#DOCS_RESOURCES_AUDIT_LOG/audit-log-entry-object-optional-audit-entry-info).

> info
> You should assume that your app may run into any field for the changed object, though none are guaranteed to be present. In most cases only a subset of the object's fields will be in the `changes` array.
Expand Down

0 comments on commit bf550ba

Please sign in to comment.