Skip to content

Commit 1e9adea

Browse files
committed
Fix shell command example
1 parent e458fda commit 1e9adea

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

openapi.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16231,23 +16231,23 @@ paths:
1623116231
- lang: Shell
1623216232
source: >
1623316233
curl -H "Content-Type: application/json" \
16234-
-H "Authorization: Bearer $TOKEN" \
16235-
-X POST -d '{
16236-
"label": "my-object-storage-key",
16237-
"bucket_access": [
16238-
{
16239-
"cluster": "ap-south-1",
16240-
"bucket_name": "bucket-example-1",
16241-
"permissions": "read_write"
16242-
},
16243-
{
16244-
"cluster": "us-east-1",
16245-
"bucket_name": "bucket-example-2",
16246-
"permissions": "read_only"
16247-
}
16248-
]
16249-
}' \
16250-
https://api.linode.com/v4/object-storage/keys
16234+
-H "Authorization: Bearer $TOKEN" \
16235+
-X POST -d '{
16236+
"label": "my-object-storage-key",
16237+
"bucket_access": [
16238+
{
16239+
"cluster": "ap-south-1",
16240+
"bucket_name": "bucket-example-1",
16241+
"permissions": "read_write"
16242+
},
16243+
{
16244+
"cluster": "us-east-1",
16245+
"bucket_name": "bucket-example-2",
16246+
"permissions": "read_only"
16247+
}
16248+
]
16249+
}' \
16250+
https://api.linode.com/v4/object-storage/keys
1625116251
- lang: CLI
1625216252
source: >
1625316253
linode-cli object-storage keys-create \

0 commit comments

Comments
 (0)