Skip to content

Commit 50aeeec

Browse files
author
Steve Szyszkiewicz
committed
correct gravatar ids and descriptions
1 parent 755e288 commit 50aeeec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/src/data/objects/supportticket.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ schema:
4949
description: The entity this ticket was opened regarding.
5050
id:
5151
type: Integer
52-
value: 9302
52+
value: 123
5353
description: The entity's ID that this event is for. This is meaningless without a type.
5454
label:
5555
type: String
@@ -71,8 +71,8 @@ schema:
7171
value: ["screenshot.jpg", "stacktrace.txt"]
7272
gravatar_id:
7373
type: String
74-
description: The gravatar id of the last user to update this ticket.
75-
value: "c3933905f8e430d6a5872b9cf635cf35"
74+
description: The gravatar id of the user who opened this ticket.
75+
value: "aad889008f120255f1ac47fde3f5338b"
7676
enums:
7777
Status:
7878
new: The support ticket has just been opened.

docs/src/data/objects/supportticketreply.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ schema:
2525
value: True
2626
gravatar_id:
2727
type: String
28-
description: The gravatar id of the last user to update this ticket.
29-
value: "c3933905f8e430d6a5872b9cf635cf35"
28+
description: The gravatar id of the user who posted this reply.
29+
value: "aad889008f120255f1ac47fde3f5338b"

0 commit comments

Comments
 (0)