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
@@ -17819,20 +17819,20 @@ paths:
17819
17819
/tags:
17820
17820
x-linode-cli-command: tags
17821
17821
get:
17822
-
x-linode-grant: read_only
17822
+
x-linode-grant: unrestricted only
17823
17823
parameters:
17824
17824
- $ref: '#/components/parameters/pageOffset'
17825
17825
- $ref: '#/components/parameters/pageSize'
17826
17826
tags:
17827
17827
- Tags
17828
17828
summary: Tags List
17829
-
description: >
17830
-
Tags are User-defined labels attached to objects in your Account, such
17831
-
as Linodes. They are used for specifying and grouping attributes of
17832
-
objects that are relevant to the User.
17833
-
17829
+
description: |
17830
+
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.
17834
17831
17835
17832
This endpoint returns a paginated list of Tags on your account.
17833
+
17834
+
**Important**: You must be an unrestricted User in order to access, add, or modify
17835
+
Tags information.
17836
17836
operationId: getTags
17837
17837
x-linode-cli-action:
17838
17838
- list
@@ -17867,16 +17867,15 @@ paths:
17867
17867
curl -H "Authorization: Bearer $TOKEN" \
17868
17868
https://api.linode.com/v4/tags
17869
17869
post:
17870
+
x-linode-grant: unrestricted only
17870
17871
tags:
17871
17872
- Tags
17872
17873
summary: New Tag Create
17873
-
description: >
17874
-
Creates a new Tag and optionally tags requested objects with it
17875
-
immediately.
17876
-
17874
+
description: |
17875
+
Creates a new Tag and optionally tags requested objects with it immediately.
17877
17876
17878
-
**Important**: You must be an unrestricted User in order to add or modify
17879
-
Tags.
17877
+
**Important**: You must be an unrestricted User in order to access, add, or modify
17878
+
Tags information.
17880
17879
operationId: createTag
17881
17880
x-linode-cli-action: create
17882
17881
security:
@@ -17982,9 +17981,11 @@ paths:
17982
17981
required: true
17983
17982
get:
17984
17983
summary: Tagged Objects List
17985
-
description: >
17986
-
Returns a paginated list of all objects you've tagged with the requested
17987
-
Tag. This is a mixed collection of all object types.
17984
+
description: |
17985
+
Returns a paginated list of all objects you've tagged with the requested Tag. This is a mixed collection of all object types.
17986
+
17987
+
**Important**: You must be an unrestricted User in order to access, add, or modify
17988
+
Tags information.
17988
17989
tags:
17989
17990
- Tags
17990
17991
operationId: getTaggedObjects
@@ -18045,8 +18046,8 @@ paths:
18045
18046
Remove a Tag from all objects and delete it.
18046
18047
18047
18048
18048
-
**Important**: You must be an unrestricted User in order to add or modify
18049
-
Tags.
18049
+
**Important**: You must be an unrestricted User in order to access, add, or modify
0 commit comments