Skip to content

Commit fde2d8a

Browse files
authored
Fix a typo in CF V3 API definition (#4330)
Add a missing "," which makes the Example response json invalid
1 parent fb1d344 commit fde2d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/source/includes/api_resources/_deployments.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"cancel": {
7474
"href": "https://api.example.org/v3/deployments/59c3d133-2b83-46f3-960e-7765a129aea4/actions/cancel",
7575
"method": "POST"
76-
}
76+
},
7777
"continue": {
7878
"href": "https://api.example.org/v3/deployments/59c3d133-2b83-46f3-960e-7765a129aea4/actions/continue",
7979
"method": "POST"

0 commit comments

Comments
 (0)