You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See our [Authentication Schema](/#section/Authentication) for
97
-
information on scopes and authorization/token URLs.
102
+
| Security Scheme Type: | Oauth2 |
103
+
|-----------------------|--------|
104
+
| **AuthorizationCode Oauth Flow** | **Authorization URL:** https://login.linode.com/oauth/authorize<br />**Token URL:** https://login.linode.com/oauth/token<br />**Scopes:**<br /><ul><li>`account:read_only` - Allows access to GET information about your Account.</li><li>`account:read_write` - Allows access to all endpoints related to your Account.</li><li>`domains:read_only` - Allows access to GET Domains on your Account.</li><li>`domains:read_write` - Allows access to all Domain endpoints.</li><li>`events:read_only` - Allows access to GET your Events.</li><li>`events:read_write` - Allows access to all endpoints related to your Events.</li><li>`images:read_only` - Allows access to GET your Images.</li><li>`images:read_write` - Allows access to all endpoints related to your Images.</li><li>`ips:read_only` - Allows access to GET your ips.</li><li>`ips:read_write` - Allows access to all endpoints related to your ips.</li><li>`linodes:read_only` - Allows access to GET Linodes on your Account.</li><li>`linodes:read_write` - Allow access to all endpoints related to your Linodes.</li><li>`longview:read_only` - Allows access to GET your Longview Clients.</li><li>`longview:read_write` - Allows access to all endpoints related to your Longview Clients.</li><li>`nodebalancers:read_only` - Allows access to GET NodeBalancers on your Account.</li><li>`nodebalancers:read_write` - Allows access to all NodeBalancer endpoints.</li><li>`stackscripts:read_only` - Allows access to GET your StackScripts.</li><li>`stackscripts:read_write` - Allows access to all endpoints related to your StackScripts.</li><li>`volumes:read_only` - Allows access to GET your Volumes.</li><li>`volumes:read_write` - Allows access to all endpoints related to your Volumes.</li></ul><br />|
98
105
99
106
# Requests
100
107
@@ -5010,7 +5017,12 @@ paths:
5010
5017
content:
5011
5018
application/json:
5012
5019
schema:
5013
-
$ref: '#/components/schemas/StackScript'
5020
+
required:
5021
+
- script
5022
+
- label
5023
+
- images
5024
+
allOf:
5025
+
- $ref: '#/components/schemas/StackScript'
5014
5026
responses:
5015
5027
'200':
5016
5028
description: StackScript successfully created.
@@ -8396,8 +8408,6 @@ paths:
8396
8408
content:
8397
8409
application/json:
8398
8410
schema:
8399
-
required:
8400
-
- label
8401
8411
properties:
8402
8412
scopes:
8403
8413
type: string
@@ -13309,6 +13319,7 @@ components:
13309
13319
example: keys_only
13310
13320
authorized_keys:
13311
13321
type: array
13322
+
nullable: true
13312
13323
items:
13313
13324
type: string
13314
13325
format: ssh-key
@@ -13508,6 +13519,7 @@ components:
13508
13519
closed:
13509
13520
x-linode-filterable: true
13510
13521
type: string
13522
+
nullable: true
13511
13523
format: date-time
13512
13524
readOnly: true
13513
13525
description: >
@@ -13528,6 +13540,7 @@ components:
13528
13540
x-linode-cli-display: 5
13529
13541
entity:
13530
13542
type: object
13543
+
nullable: true
13531
13544
readOnly: true
13532
13545
description: >
13533
13546
The entity this Ticket was opened for.
@@ -13610,6 +13623,7 @@ components:
13610
13623
example: '2015-06-04T16:07:03'
13611
13624
updated_by:
13612
13625
type: string
13626
+
nullable: true
13613
13627
readOnly: true
13614
13628
description: >
13615
13629
The User who last updated this Ticket.
@@ -13939,6 +13953,7 @@ components:
13939
13953
x-linode-cli-display: 5
13940
13954
linode_id:
13941
13955
type: integer
13956
+
nullable: true
13942
13957
description: >
13943
13958
If a Volume is attached to a specific Linode, the ID of that Linode
0 commit comments