Skip to content

Commit a51b9bf

Browse files
Merge pull request #41 from yoshizzle/migration_scheduled
Changed account notifications enum types
2 parents 61a1e9b + bbca173 commit a51b9bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/objects/notification.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ schema:
4646
value: null
4747
enums:
4848
NotificatonType:
49-
important_ticket: There is a ticket open on your account that requires your attention.
50-
abuse_ticket: There is an abuse-related ticket on your account that requires your attention.
49+
ticket_important: There is a ticket open on your account that requires your attention.
50+
ticket_abuse: There is an abuse-related ticket on your account that requires your attention.
5151
outage: There is a known outage impacting one or more of your services.
52-
pending_migration: There is a migration queued for one of your Linodes that you must initiate.
53-
scheduled_migration: There is a migration queued for one of your Linodes.
54-
outstanding_balance: You have a balance on your account that must be paid.
52+
migration_pending: There is a migration queued for one of your Linodes that you must initiate.
53+
migration_scheduled: There is a migration queued for one of your Linodes.
54+
balance_outstanding: You have a balance on your account that must be paid.
5555
xsa: You have a Linode impacted by a Xen Security Advisory which will require migration.
56-
scheduled_reboot: There is a reboot queued for one of your Linodes.
56+
reboot_scheduled: There is a reboot queued for one of your Linodes.

0 commit comments

Comments
 (0)