IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ChangeSourceInfo
editChangeSourceInfo
editA container for information about the source of a change.
Properties
edit-
action
(string
, required) - The type of plan change that was initiated
-
admin_id
(string
) - The admin user that requested the change
-
date
(string
asdate-time
, required) - The time the change was initiated
-
facilitator
(string
, required) - The service where the change originated from
-
remote_addresses
(array[
string
)]
- The host addresses of the user that originated the change
-
user_id
(string
) - The user that requested the change
Example
edit{ "action" : "string", "admin_id" : "string", "date" : "2019-01-01T00:00:00Z", "facilitator" : "string", "remote_addresses" : [ "string" ], "user_id" : "string" }