Skip to content

Commit 29eeb53

Browse files
Josh SagerDorthu
authored andcommitted
Added ID to contacts and services; removed dupe
Added missing IDs to example responses for contacts and services Removed a duplicative field in the events object
1 parent a505a1f commit 29eeb53

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/src/data/objects/managedcontact.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ prefix: managed/contacts
44
description: >
55
A list of people we can contact if we require further information regarding your Managed service.
66
schema:
7+
id:
8+
type: Integer
9+
value: 123
10+
description: This contact's ID.
711
name:
812
value: John Q. Public
913
type: String

docs/src/data/objects/managedservice.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ prefix: managed/services
44
description: >
55
Managed Service objects describe monitoring services set up for your Linodes.
66
schema:
7+
id:
8+
type: Integer
9+
value: 123
10+
description: This service's ID.
711
created:
812
type: Datetime
913
value: 2017-10-31T11:12:21

src/data/objects/event.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ schema:
3939
description: >
4040
The action that caused this event.
4141
username:
42-
type: String
4342
type: String
4443
value: example_user
4544
description: >

0 commit comments

Comments
 (0)