-
Notifications
You must be signed in to change notification settings - Fork 1
Enums
Aarav Navani edited this page Jul 17, 2021
·
1 revision
These are enums used by MystPaste to represent certain values
The values for the EditType property of an Edit object
- PasteTitleEdited
- PastyTitleEdited
- PastyLanguageUpdated
- PastyContentUpdated
- PastyAdded
- PastyRemoved
The values for when a paste will expire
- Never - Represents "never" in the API
- OneHour - Represents "1h" in the API
- TwoHours - Represents "2h" in the API
- TenHours - Represents "10h" in the API
- OneDay - Represents "1d" in the API
- TwoDays - Represents "2d" in the API
- OneWeek - Represents "1w" in the API
- OneMonth - Represents "1m" in the API
- OneYear - Represents "1y" in the API