We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04939d1 commit b807fa0Copy full SHA for b807fa0
openapi.yaml
@@ -698,7 +698,7 @@ paths:
698
schema:
699
type: integer
700
post:
701
- x-linode-grant: read_write
+ x-linode-grant: read_only
702
tags:
703
- Account
704
summary: Event Mark as Read
@@ -708,7 +708,7 @@ paths:
708
security:
709
- personalAccessToken: []
710
- oauth:
711
- - events:read_write
+ - events:read_only
712
responses:
713
'200':
714
description: Event read.
@@ -749,7 +749,7 @@ paths:
749
750
751
752
753
754
755
description: Events seen.
0 commit comments