Skip to content

Commit 9fd439c

Browse files
authored
Merge pull request #2675 from SzySteve/docs/support
Support docs updates
2 parents d698580 + 50aeeec commit 9fd439c

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

docs/src/data/objects/supportticket.yaml

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,44 +24,55 @@ schema:
2424
filterable: true
2525
opened:
2626
type: Datetime
27+
description: The time at which this ticket was opened.
2728
value: "2017-02-23T11:21:01"
2829
filterable: true
2930
closed:
3031
type: Datetime
32+
description: The time at which this ticket was closed.
3133
value: "2017-02-25T03:20:00"
3234
filterable: true
3335
updated:
3436
type: Datetime
37+
description: The time at which this ticket was last updated.
3538
value: "2017-02-23T11:21:01"
3639
filterable: true
40+
opened_by:
41+
type: String
42+
value: some_user
43+
description: The user who opened this ticket.
3744
updated_by:
3845
type: String
3946
value: some_other_user
4047
description: The user who last updated this ticket.
4148
entity:
42-
description: The entity this ticket was opened regarding
43-
type: Object
49+
description: The entity this ticket was opened regarding.
4450
id:
4551
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.
4954
label:
5055
type: String
5156
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.
5458
type:
5559
type: String
5660
value: linode
57-
description: >
58-
The type of entity this is related to.
61+
description: The type of entity this is related to.
5962
url:
6063
type: String
6164
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"
6576
enums:
6677
Status:
6778
new: The support ticket has just been opened.

docs/src/data/objects/supportticketreply.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ schema:
1919
type: String
2020
value: some_other_user
2121
description: The user who submitted this reply.
22+
from_linode:
23+
type: Boolean
24+
description: Whether or not this reply is from a linode employee.
25+
value: True
26+
gravatar_id:
27+
type: String
28+
description: The gravatar id of the user who posted this reply.
29+
value: "aad889008f120255f1ac47fde3f5338b"

0 commit comments

Comments
 (0)