Skip to content

Commit 5f73bfd

Browse files
authored
Merge pull request #836 from bbiggerr/tags-unrestricted-user
Updated unrestricted user reqs for Tags endpoints
2 parents 50944dc + 3b79303 commit 5f73bfd

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
@@ -17819,20 +17819,20 @@ paths:
1781917819
/tags:
1782017820
x-linode-cli-command: tags
1782117821
get:
17822-
x-linode-grant: read_only
17822+
x-linode-grant: unrestricted only
1782317823
parameters:
1782417824
- $ref: '#/components/parameters/pageOffset'
1782517825
- $ref: '#/components/parameters/pageSize'
1782617826
tags:
1782717827
- Tags
1782817828
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.
1783417831

1783517832
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.
1783617836
operationId: getTags
1783717837
x-linode-cli-action:
1783817838
- list
@@ -17867,16 +17867,15 @@ paths:
1786717867
curl -H "Authorization: Bearer $TOKEN" \
1786817868
https://api.linode.com/v4/tags
1786917869
post:
17870+
x-linode-grant: unrestricted only
1787017871
tags:
1787117872
- Tags
1787217873
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.
1787717876

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.
1788017879
operationId: createTag
1788117880
x-linode-cli-action: create
1788217881
security:
@@ -17982,9 +17981,11 @@ paths:
1798217981
required: true
1798317982
get:
1798417983
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.
1798817989
tags:
1798917990
- Tags
1799017991
operationId: getTaggedObjects
@@ -18045,8 +18046,8 @@ paths:
1804518046
Remove a Tag from all objects and delete it.
1804618047

1804718048

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
18050+
Tags information.
1805018051
tags:
1805118052
- Tags
1805218053
operationId: deleteTag

0 commit comments

Comments
 (0)