Skip to content

Commit 1e859b8

Browse files
Update api spec (#1250)
YOYO NEW API SPEC! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9699a8 commit 1e859b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spec.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20745,6 +20745,11 @@
2074520745
"type": "string",
2074620746
"format": "date-time"
2074720747
},
20748+
"deletion_scheduled": {
20749+
"description": "If the user is scheduled for deletion",
20750+
"default": false,
20751+
"type": "boolean"
20752+
},
2074820753
"discord": {
2074920754
"description": "The user's Discord handle.",
2075020755
"type": "string"
@@ -35663,6 +35668,11 @@
3566335668
"type": "string",
3566435669
"format": "date-time"
3566535670
},
35671+
"deletion_scheduled": {
35672+
"description": "If the user is scheduled for deletion",
35673+
"default": false,
35674+
"type": "boolean"
35675+
},
3566635676
"discord": {
3566735677
"description": "The user's Discord handle.",
3566835678
"type": "string"

0 commit comments

Comments
 (0)