Skip to content

Commit fd341d0

Browse files
authored
Merge pull request #879 from zliang-akamai/zhiwei/fix-quote
Fix a JSON string example in `/account/cancel`
2 parents d2ab618 + c918a9f commit fd341d0

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
@@ -719,7 +719,7 @@ paths:
719719
survey_link:
720720
type: string
721721
description: A link to Linode's exit survey.
722-
example: {'survey_link': https://alinktothesurvey.com'}
722+
example: {"survey_link": "https://alinktothesurvey.com"}
723723
'409':
724724
description: Could not charge the credit card on file
725725
content:

0 commit comments

Comments
 (0)