Skip to content

Commit c918a9f

Browse files
committed
Fix a JSON string example in /account/cancel
1 parent 82626cd commit c918a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ paths:
575575
survey_link:
576576
type: string
577577
description: A link to Linode's exit survey.
578-
example: {'survey_link': https://alinktothesurvey.com'}
578+
example: {"survey_link": "https://alinktothesurvey.com"}
579579
'409':
580580
description: Could not charge the credit card on file
581581
content:

0 commit comments

Comments
 (0)