@@ -24,44 +24,55 @@ schema:
24
24
filterable : true
25
25
opened :
26
26
type : Datetime
27
+ description : The time at which this ticket was opened.
27
28
value : " 2017-02-23T11:21:01"
28
29
filterable : true
29
30
closed :
30
31
type : Datetime
32
+ description : The time at which this ticket was closed.
31
33
value : " 2017-02-25T03:20:00"
32
34
filterable : true
33
35
updated :
34
36
type : Datetime
37
+ description : The time at which this ticket was last updated.
35
38
value : " 2017-02-23T11:21:01"
36
39
filterable : true
40
+ opened_by :
41
+ type : String
42
+ value : some_user
43
+ description : The user who opened this ticket.
37
44
updated_by :
38
45
type : String
39
46
value : some_other_user
40
47
description : The user who last updated this ticket.
41
48
entity :
42
- description : The entity this ticket was opened regarding
43
- type : Object
49
+ description : The entity this ticket was opened regarding.
44
50
id :
45
51
type : Integer
46
- value : 9302
47
- description : >
48
- The entity's ID that this event is for. This is meaningless without a type.
52
+ value : 123
53
+ description : The entity's ID that this event is for. This is meaningless without a type.
49
54
label :
50
55
type : String
51
56
value : linode123
52
- description : >
53
- The current label of this object. This will reflect changes in label.
57
+ description : The current label of this object. This will reflect changes in label.
54
58
type :
55
59
type : String
56
60
value : linode
57
- description : >
58
- The type of entity this is related to.
61
+ description : The type of entity this is related to.
59
62
url :
60
63
type : String
61
64
value : /v4/linode/instances/123
62
- description : >
63
- The URL where you can access the object this event is for. If a relative URL, it is
64
- relative to the domain you retrieved the event from.
65
+ description : The URL where you can access the object this event is for.
66
+ If a relative URL, it is relative to the domain you retrieved the event from.
67
+ attachments :
68
+ type : String
69
+ isArray : True
70
+ description : A list of files attached to this ticket.
71
+ value : ["screenshot.jpg", "stacktrace.txt"]
72
+ gravatar_id :
73
+ type : String
74
+ description : The gravatar id of the user who opened this ticket.
75
+ value : " aad889008f120255f1ac47fde3f5338b"
65
76
enums :
66
77
Status :
67
78
new : The support ticket has just been opened.
0 commit comments