Skip to content

Commit

Permalink
Add image_hash audit log change key (#4707)
Browse files Browse the repository at this point in the history
Document image_hash audit log change key which gets emitted whenever
a user modifies a guild scheduled event cover image.
  • Loading branch information
hemu authored Mar 25, 2022
1 parent 582469f commit 078bc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/Audit_Log.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Whenever an admin action is performed on the API, an entry is added to the respe
| guild_id | [sticker](#DOCS_RESOURCES_STICKER/sticker-object) | snowflake | guild sticker is in changed |
| hoist | [role](#DOCS_TOPICS_PERMISSIONS/role-object) | boolean | role is now displayed/no longer displayed separate from online users |
| icon_hash | [guild](#DOCS_RESOURCES_GUILD/guild-object) or [role](#DOCS_TOPICS_PERMISSIONS/role-object) | string | icon changed |
| image_hash | [guild scheduled event](#DOCS_RESOURCES_GUILD_SCHEDULED_EVENT/guild-scheduled-event-object) | string | guild scheduled event cover image changed |
| id | any | snowflake | the id of the changed entity - sometimes used in conjunction with other keys |
| invitable | [thread](#DOCS_RESOURCES_CHANNEL/thread-metadata-object) | bool | private thread is now invitable/uninvitable |
| inviter_id | [invite](#DOCS_RESOURCES_INVITE/invite-metadata-object) | snowflake | person who created invite code changed |
Expand Down

0 comments on commit 078bc70

Please sign in to comment.