Skip to content

Changed account notifications enum types #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/data/objects/notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ schema:
value: null
enums:
NotificatonType:
important_ticket: There is a ticket open on your account that requires your attention.
abuse_ticket: There is an abuse-related ticket on your account that requires your attention.
ticket_important: There is a ticket open on your account that requires your attention.
ticket_abuse: There is an abuse-related ticket on your account that requires your attention.
outage: There is a known outage impacting one or more of your services.
pending_migration: There is a migration queued for one of your Linodes that you must initiate.
scheduled_migration: There is a migration queued for one of your Linodes.
outstanding_balance: You have a balance on your account that must be paid.
migration_pending: There is a migration queued for one of your Linodes that you must initiate.
migration_scheduled: There is a migration queued for one of your Linodes.
balance_outstanding: You have a balance on your account that must be paid.
xsa: You have a Linode impacted by a Xen Security Advisory which will require migration.
scheduled_reboot: There is a reboot queued for one of your Linodes.
reboot_scheduled: There is a reboot queued for one of your Linodes.