@@ -11739,8 +11739,8 @@ paths:
11739
11739
- url: https://api.linode.com/v4
11740
11740
summary: View Object Storage SSL Cert
11741
11741
description: |
11742
- Returns whether this bucket has a corresponding SSL certificate that was
11743
- uploaded by a user.
11742
+ Returns a boolean value indicating if this bucket has a corresponding SSL certificate that was
11743
+ uploaded by an Account user.
11744
11744
tags:
11745
11745
- Object Storage
11746
11746
security:
@@ -11750,8 +11750,8 @@ paths:
11750
11750
responses:
11751
11751
'200':
11752
11752
description: >
11753
- Returns whether this bucket has a corresponding SSL certificate
11754
- that was uploaded by a user.
11753
+ Returns a boolean value indicating if this bucket has a corresponding SSL certificate that was
11754
+ uploaded by an Account user.
11755
11755
content:
11756
11756
application/json:
11757
11757
schema:
@@ -11774,7 +11774,7 @@ paths:
11774
11774
- url: https://api.linode.com/v4
11775
11775
summary: Upload Object Storage SSL Cert
11776
11776
description: |
11777
- Upload an SSL certificate to be served when you visit your Object Storage bucket via HTTPS.
11777
+ Upload an SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.
11778
11778
Your SSL certificate and private key are stored encrypted at rest.
11779
11779
tags:
11780
11780
- Object Storage
@@ -11787,7 +11787,7 @@ paths:
11787
11787
content:
11788
11788
application/json:
11789
11789
schema:
11790
- $ref: '#/components/schemas/ObjectStorageSSLResponse '
11790
+ $ref: '#/components/schemas/ObjectStorageSSL '
11791
11791
responses:
11792
11792
'200':
11793
11793
description: Returns whether this bucket has a corresponding SSL certificate that was uploaded by a user.
@@ -11820,7 +11820,7 @@ paths:
11820
11820
- url: https://api.linode.com/v4
11821
11821
summary: Delete Object Storage SSL Cert
11822
11822
description: |
11823
- Deletes this Object Storage buckets user uploaded SSL certificate.
11823
+ Deletes this Object Storage bucket's user uploaded SSL certificate and private key .
11824
11824
tags:
11825
11825
- Object Storage
11826
11826
security:
@@ -18969,9 +18969,11 @@ components:
18969
18969
example: read_only
18970
18970
ObjectStorageSSL:
18971
18971
type: object
18972
+ required:
18973
+ - certificate
18974
+ - private_key
18972
18975
description: >
18973
- An Object in Object Storage, or a "prefix" that contains one
18974
- or more objects when a `delimiter` is used.
18976
+ Upload an SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.
18975
18977
properties:
18976
18978
certificate:
18977
18979
type: string
@@ -18995,7 +18997,7 @@ components:
18995
18997
ssl:
18996
18998
type: boolean
18997
18999
description: >
18998
- If this Bucket has a corresponding SSL certificate that was uploaded by a user.
19000
+ A boolean indicating if this Bucket has a corresponding SSL certificate that was uploaded by an Account user.
18999
19001
example: true
19000
19002
readOnly: true
19001
19003
PaginationEnvelope:
0 commit comments