File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ schema:
39
39
description : >
40
40
The action that caused this event.
41
41
username :
42
- type : String
43
42
type : String
44
43
value : example_user
45
44
description : >
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ prefix: managed/contacts
4
4
description : >
5
5
A list of people we can contact if we require further information regarding your Managed service.
6
6
schema :
7
+ id :
8
+ type : Integer
9
+ value : 123
10
+ description : This contact's ID.
7
11
name :
8
12
value : John Q. Public
9
13
type : String
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ prefix: managed/services
4
4
description : >
5
5
Managed Service objects describe monitoring services set up for your Linodes.
6
6
schema :
7
+ id :
8
+ type : Integer
9
+ value : 123
10
+ description : This service's ID.
7
11
created :
8
12
type : Datetime
9
13
value : 2017-10-31T11:12:21
You can’t perform that action at this time.
0 commit comments