Skip to content

Commit 589a3a6

Browse files
Copy edits
1 parent adaaccf commit 589a3a6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

openapi.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11739,8 +11739,8 @@ paths:
1173911739
- url: https://api.linode.com/v4
1174011740
summary: View Object Storage SSL Cert
1174111741
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.
1174411744
tags:
1174511745
- Object Storage
1174611746
security:
@@ -11750,8 +11750,8 @@ paths:
1175011750
responses:
1175111751
'200':
1175211752
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.
1175511755
content:
1175611756
application/json:
1175711757
schema:
@@ -11774,7 +11774,7 @@ paths:
1177411774
- url: https://api.linode.com/v4
1177511775
summary: Upload Object Storage SSL Cert
1177611776
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.
1177811778
Your SSL certificate and private key are stored encrypted at rest.
1177911779
tags:
1178011780
- Object Storage
@@ -11787,7 +11787,7 @@ paths:
1178711787
content:
1178811788
application/json:
1178911789
schema:
11790-
$ref: '#/components/schemas/ObjectStorageSSLResponse'
11790+
$ref: '#/components/schemas/ObjectStorageSSL'
1179111791
responses:
1179211792
'200':
1179311793
description: Returns whether this bucket has a corresponding SSL certificate that was uploaded by a user.
@@ -11820,7 +11820,7 @@ paths:
1182011820
- url: https://api.linode.com/v4
1182111821
summary: Delete Object Storage SSL Cert
1182211822
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.
1182411824
tags:
1182511825
- Object Storage
1182611826
security:
@@ -18969,9 +18969,11 @@ components:
1896918969
example: read_only
1897018970
ObjectStorageSSL:
1897118971
type: object
18972+
required:
18973+
- certificate
18974+
- private_key
1897218975
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.
1897518977
properties:
1897618978
certificate:
1897718979
type: string
@@ -18995,7 +18997,7 @@ components:
1899518997
ssl:
1899618998
type: boolean
1899718999
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.
1899919001
example: true
1900019002
readOnly: true
1900119003
PaginationEnvelope:

0 commit comments

Comments
 (0)