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
Copy file name to clipboardExpand all lines: openapi.yaml
+18-17Lines changed: 18 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -17800,20 +17800,20 @@ paths:
17800
17800
/tags:
17801
17801
x-linode-cli-command: tags
17802
17802
get:
17803
-
x-linode-grant: read_only
17803
+
x-linode-grant: unrestricted only
17804
17804
parameters:
17805
17805
- $ref: '#/components/parameters/pageOffset'
17806
17806
- $ref: '#/components/parameters/pageSize'
17807
17807
tags:
17808
17808
- Tags
17809
17809
summary: Tags List
17810
-
description: >
17811
-
Tags are User-defined labels attached to objects in your Account, such
17812
-
as Linodes. They are used for specifying and grouping attributes of
17813
-
objects that are relevant to the User.
17814
-
17810
+
description: |
17811
+
Tags are User-defined labels attached to objects in your Account, such as Linodes. They are used for specifying and grouping attributes of objects that are relevant to the User.
17815
17812
17816
17813
This endpoint returns a paginated list of Tags on your account.
17814
+
17815
+
**Important**: You must be an unrestricted User in order to access, add, or modify
17816
+
Tags information.
17817
17817
operationId: getTags
17818
17818
x-linode-cli-action:
17819
17819
- list
@@ -17848,16 +17848,15 @@ paths:
17848
17848
curl -H "Authorization: Bearer $TOKEN" \
17849
17849
https://api.linode.com/v4/tags
17850
17850
post:
17851
+
x-linode-grant: unrestricted only
17851
17852
tags:
17852
17853
- Tags
17853
17854
summary: New Tag Create
17854
-
description: >
17855
-
Creates a new Tag and optionally tags requested objects with it
17856
-
immediately.
17857
-
17855
+
description: |
17856
+
Creates a new Tag and optionally tags requested objects with it immediately.
17858
17857
17859
-
**Important**: You must be an unrestricted User in order to add or modify
17860
-
Tags.
17858
+
**Important**: You must be an unrestricted User in order to access, add, or modify
17859
+
Tags information.
17861
17860
operationId: createTag
17862
17861
x-linode-cli-action: create
17863
17862
security:
@@ -17963,9 +17962,11 @@ paths:
17963
17962
required: true
17964
17963
get:
17965
17964
summary: Tagged Objects List
17966
-
description: >
17967
-
Returns a paginated list of all objects you've tagged with the requested
17968
-
Tag. This is a mixed collection of all object types.
17965
+
description: |
17966
+
Returns a paginated list of all objects you've tagged with the requested Tag. This is a mixed collection of all object types.
17967
+
17968
+
**Important**: You must be an unrestricted User in order to access, add, or modify
17969
+
Tags information.
17969
17970
tags:
17970
17971
- Tags
17971
17972
operationId: getTaggedObjects
@@ -18026,8 +18027,8 @@ paths:
18026
18027
Remove a Tag from all objects and delete it.
18027
18028
18028
18029
18029
-
**Important**: You must be an unrestricted User in order to add or modify
18030
-
Tags.
18030
+
**Important**: You must be an unrestricted User in order to access, add, or modify
0 commit comments