Settings Changes
A SettingsChange is any change in your site caused by any user.
List Settings Changes
Command
files-cli settings-changes list
Output
Outputs a list of SettingsChange objects according to the output format.
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
The SettingsChange Object
Some of the commands above return a SettingsChange object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| api_key_id int64 | The API key id responsible for this change. |
| changes array(string) | Markdown-formatted change messages. |
| created_at date-time | The time this change was made. |
| user_id int64 | The user id responsible for this change. |
| user_is_files_support boolean | true if this change was performed by Files.com support. |
| user_is_from_parent_site boolean | true if this change was performed by a user on a parent site. |
| username string | The username of the user responsible for this change. |