Object

Config Log

Field

Description

id string

Unique identifier for the object.

text
string

Text describing the event.

html
string

HTML describing the event.

diff
object

Diff object containing the following fields:

[
   {
       "name": "<SECRET NAME>",
       "added": "<VALUE ADDED>",
       "removed": "<VALUE REMOVED>"
   }
]

rollback
boolean

Is this config log a rollback of a previous log.

user
object

User object containing the following fields:

{
    "email": Email,
    "name": String,
    "profile_image_url": String
}

project
string

Unique identifier for the project object.

environment
string

Unique identifier for the environment object.

config
string

The config's name.

created_at
date

Date and time of the object's creation.