Skip to content

Commit 6d32549

Browse files
tcdowneyjohha
authored andcommitted
Correct v3 org quota update example in docs
- The correct field for specifying the total amount of private domains an org should be allowed to have is `domains.total_domains` Fixes #3762
1 parent 858245d commit 6d32549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/source/includes/resources/organization_quotas/_update.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ curl "https://api.example.org/v3/organization_quotas/[guid]" \
2828
"total_reserved_ports": 4
2929
},
3030
"domains": {
31-
"total_private_domains": 7
31+
"total_domains": 7
3232
}
3333
}'
3434
```

0 commit comments

Comments
 (0)