Skip to content

Commit 3b79303

Browse files
committed
Updated unrestricted user reqs for Tags endpoints
1 parent 82626cd commit 3b79303

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

openapi.yaml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17800,20 +17800,20 @@ paths:
1780017800
/tags:
1780117801
x-linode-cli-command: tags
1780217802
get:
17803-
x-linode-grant: read_only
17803+
x-linode-grant: unrestricted only
1780417804
parameters:
1780517805
- $ref: '#/components/parameters/pageOffset'
1780617806
- $ref: '#/components/parameters/pageSize'
1780717807
tags:
1780817808
- Tags
1780917809
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.
1781517812

1781617813
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.
1781717817
operationId: getTags
1781817818
x-linode-cli-action:
1781917819
- list
@@ -17848,16 +17848,15 @@ paths:
1784817848
curl -H "Authorization: Bearer $TOKEN" \
1784917849
https://api.linode.com/v4/tags
1785017850
post:
17851+
x-linode-grant: unrestricted only
1785117852
tags:
1785217853
- Tags
1785317854
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.
1785817857

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.
1786117860
operationId: createTag
1786217861
x-linode-cli-action: create
1786317862
security:
@@ -17963,9 +17962,11 @@ paths:
1796317962
required: true
1796417963
get:
1796517964
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.
1796917970
tags:
1797017971
- Tags
1797117972
operationId: getTaggedObjects
@@ -18026,8 +18027,8 @@ paths:
1802618027
Remove a Tag from all objects and delete it.
1802718028

1802818029

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
18031+
Tags information.
1803118032
tags:
1803218033
- Tags
1803318034
operationId: deleteTag

0 commit comments

Comments
 (0)