Skip to content

Commit 5610634

Browse files
authored
Fix typo in sample response JSON in API docs (#4353)
Add missing comma to make the example response valid JSON
1 parent 9fb159c commit 5610634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<% content_for :shared_orgs do %>
9696
{
9797
"data": [
98-
{"guid": "404f3d89-3f89-6z72-8188-751b298d88d5"}
98+
{"guid": "404f3d89-3f89-6z72-8188-751b298d88d5"},
9999
{"guid": "416d3d89-3f89-8h67-2189-123b298d3592"}
100100
]
101101
}

0 commit comments

Comments
 (0)