Skip to content

Added OBJ Key events #862

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15663,12 +15663,10 @@ paths:
description: |
Provisions a new Object Storage Key on your account.

Accounts with negative balances cannot access this command.

* Accounts with negative balances cannot access this command.
* A successful request triggers an `obj_access_key_create` event.
* To create a Limited Access Key with specific permissions, send a `bucket_access` array.

* To create a Limited Access Key without access to any buckets, send an empty `bucket_access` array.

* To create an Access Key with unlimited access to all clusters and all buckets, omit the `bucket_access` array.
tags:
- Object Storage
Expand Down Expand Up @@ -15767,6 +15765,8 @@ paths:
summary: Object Storage Key Update
description: |
Updates an Object Storage Key on your account.

* A successful request triggers an `obj_access_key_update` event.
security:
- personalAccessToken: []
- oauth:
Expand Down Expand Up @@ -15814,7 +15814,9 @@ paths:
- url: https://api.linode.com/v4
summary: Object Storage Key Revoke
description: |
Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.
Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.

* A successful request triggers an `obj_access_key_delete` event.
security:
- personalAccessToken: []
- oauth:
Expand Down Expand Up @@ -20687,6 +20689,9 @@ components:
- oauth_client_delete
- oauth_client_secret_reset
- oauth_client_update
- obj_access_key_create
- obj_access_key_delete
- obj_access_key_update
- password_reset
- payment_method_add
- payment_submitted
Expand Down