File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -24220,25 +24220,48 @@ components:
24220
24220
properties:
24221
24221
id:
24222
24222
type: integer
24223
- description: >
24223
+ nullable: true
24224
+ description: |
24224
24225
The unique ID of the Notification's entity, based on the entity
24225
24226
type.
24227
+
24228
+ Returns `null` for the following entity types:
24229
+ * `account`
24230
+ * `promotion`
24226
24231
example: 3456
24227
24232
label:
24228
24233
type: string
24229
- description: >
24234
+ nullable: true
24235
+ description: |
24230
24236
The current label for this Notification's entity.
24237
+
24238
+ Returns `null` for the following entity types:
24239
+ * `entity_transfer`
24240
+ * `promotion`
24241
+ * `region`
24231
24242
example: Linode not booting.
24232
24243
type:
24233
24244
type: string
24245
+ enum:
24246
+ - account
24247
+ - entity_transfer
24248
+ - linode
24249
+ - nodebalancer
24250
+ - promotion
24251
+ - region
24252
+ - ticket
24253
+ - volume
24234
24254
description: The type of entity this is related to.
24235
24255
example: ticket
24236
24256
url:
24237
24257
type: string
24238
- description: >
24258
+ nullable: true
24259
+ description: |
24239
24260
The URL where you can access the object this Notification is for.
24240
24261
If a relative URL, it is relative to the domain you retrieved the
24241
24262
Notification from.
24263
+
24264
+ Returns `null` for the `promotion` entity type.
24242
24265
example: /support/tickets/3456
24243
24266
label:
24244
24267
type: string
You can’t perform that action at this time.
0 commit comments