Skip to content

Commit ca7f214

Browse files
Rename endpoint summaries to use TLS/SSL
Copy edits to reflect the change Info about replacing an expired certificate
1 parent 50c5d22 commit ca7f214

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

openapi.yaml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11737,9 +11737,9 @@ paths:
1173711737
x-linode-cli-action: ssl-view
1173811738
servers:
1173911739
- url: https://api.linode.com/v4
11740-
summary: View Object Storage SSL Cert
11740+
summary: View Object Storage TLS/SSL Cert
1174111741
description: |
11742-
Returns a boolean value indicating if this bucket has a corresponding SSL certificate that was
11742+
Returns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was
1174311743
uploaded by an Account user.
1174411744
tags:
1174511745
- Object Storage
@@ -11750,7 +11750,7 @@ paths:
1175011750
responses:
1175111751
'200':
1175211752
description: >
11753-
Returns a boolean value indicating if this bucket has a corresponding SSL certificate that was
11753+
Returns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was
1175411754
uploaded by an Account user.
1175511755
content:
1175611756
application/json:
@@ -11772,25 +11772,29 @@ paths:
1177211772
x-linode-cli-action: ssl-upload
1177311773
servers:
1177411774
- url: https://api.linode.com/v4
11775-
summary: Upload Object Storage SSL Cert
11775+
summary: Upload Object Storage TLS/SSL Cert
1177611776
description: |
11777-
Upload an SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.
11778-
Your SSL certificate and private key are stored encrypted at rest.
11777+
Upload a TLS/SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.
11778+
Your TLS/SSL certificate and private key are stored encrypted at rest.
11779+
11780+
11781+
To replace an expired certificate, [delete your current certificate](/api/v4/object-storage-buckets-cluster-id-bucket-ssl/#delete)
11782+
and upload a new one.
1177911783
tags:
1178011784
- Object Storage
1178111785
security:
1178211786
- personalAccessToken: []
1178311787
- oauth:
1178411788
- object_storage:read_write
1178511789
requestBody:
11786-
description: Upload this SSL certificate with its corresponding secret key.
11790+
description: Upload this TLS/SSL certificate with its corresponding secret key.
1178711791
content:
1178811792
application/json:
1178911793
schema:
1179011794
$ref: '#/components/schemas/ObjectStorageSSL'
1179111795
responses:
1179211796
'200':
11793-
description: Returns whether this bucket has a corresponding SSL certificate that was uploaded by a user.
11797+
description: Returns whether this bucket has a corresponding TLS/SSL certificate that was uploaded by a user.
1179411798
content:
1179511799
application/json:
1179611800
schema:
@@ -11818,9 +11822,9 @@ paths:
1181811822
x-linode-cli-action: ssl-delete
1181911823
servers:
1182011824
- url: https://api.linode.com/v4
11821-
summary: Delete Object Storage SSL Cert
11825+
summary: Delete Object Storage TLS/SSL Cert
1182211826
description: |
11823-
Deletes this Object Storage bucket's user uploaded SSL certificate and private key.
11827+
Deletes this Object Storage bucket's user uploaded TLS/SSL certificate and private key.
1182411828
tags:
1182511829
- Object Storage
1182611830
security:
@@ -11829,7 +11833,7 @@ paths:
1182911833
- object_storage:read_write
1183011834
responses:
1183111835
'200':
11832-
description: Deletes this Object Storage bucket's user uploaded SSL certificate and private key.
11836+
description: Deletes this Object Storage bucket's user uploaded TLS/SSL certificate and private key.
1183311837
content:
1183411838
application/json:
1183511839
schema:
@@ -18973,7 +18977,7 @@ components:
1897318977
- certificate
1897418978
- private_key
1897518979
description: >
18976-
Upload an SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.
18980+
Upload a TLS/SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.
1897718981
properties:
1897818982
certificate:
1897918983
type: string
@@ -18987,7 +18991,7 @@ components:
1898718991
private_key:
1898818992
type: string
1898918993
description: >
18990-
The private key associated with this SSL certificate.
18994+
The private key associated with this TLS/SSL certificate.
1899118995
example: >
1899218996
"-----BEGIN PRIVATE KEY-----
1899318997
MIIEvgIBADANBgkqhkiG9w0BAQE
@@ -18996,12 +19000,12 @@ components:
1899619000
ObjectStorageSSLResponse:
1899719001
type: object
1899819002
description: >
18999-
If this Object Storage bucket has a corresponding SSL Certificate.
19003+
If this Object Storage bucket has a corresponding TLS/SSL Certificate.
1900019004
properties:
1900119005
ssl:
1900219006
type: boolean
1900319007
description: >
19004-
A boolean indicating if this Bucket has a corresponding SSL certificate that was uploaded by an Account user.
19008+
A boolean indicating if this Bucket has a corresponding TLS/SSL certificate that was uploaded by an Account user.
1900519009
example: true
1900619010
readOnly: true
1900719011
PaginationEnvelope:

0 commit comments

Comments
 (0)