Skip to content

Commit d569def

Browse files
leslitagorditaAdam Mohammed
andauthored
Add new line to shell example
Co-authored-by: Adam Mohammed <[email protected]>
1 parent 2740172 commit d569def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11803,8 +11803,8 @@ paths:
1180311803
curl -H "Content-Type: application/json" \
1180411804
-H "Authorization: Bearer $TOKEN" \
1180511805
-X POST -d ‘{
11806-
"certificate": """-----BEGIN CERTIFICATE-----MIIDbDCCAlQCCQCl-----END CERTIFICATE-----""",
11807-
"private_key": "RwtqMlXveYH531g770BBNluAk9s"
11806+
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDbDCCAlQCCQCl\n-----END CERTIFICATE-----",
11807+
"private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADIAQCQI\n-----END PRIVATE KEY-----"
1180811808
}’ \
1180911809
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/ssl
1181011810
- lang: CLI

0 commit comments

Comments
 (0)