Skip to content

Commit

Permalink
Correct v3 org quota update example in docs
Browse files Browse the repository at this point in the history
- The correct field for specifying the total amount of private
domains an org should be allowed to have is `domains.total_domains`

Fixes #3762
  • Loading branch information
tcdowney authored and johha committed May 8, 2024
1 parent 858245d commit 6d32549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ curl "https://api.example.org/v3/organization_quotas/[guid]" \
"total_reserved_ports": 4
},
"domains": {
"total_private_domains": 7
"total_domains": 7
}
}'
```
Expand Down

0 comments on commit 6d32549

Please sign in to comment.