File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,28 @@ See the Atlas Documentation
54
54
- For a list of possible errors, see
55
55
:atlas:`Atlas API Error Codes </reference/api/api-errors/>`.
56
56
57
+ Creating a Project
58
+ ------------------
59
+
60
+ .. include:: /includes/considerations/gov-commercial-regions.rst
61
+
62
+ By default, the |cloudgov-short| API designates new projects for
63
+ standard region usage.
64
+
65
+ To use the API to create a project for government regions, include
66
+ the following in your ``POST`` request data:
67
+
68
+ .. code-block:: json
69
+ :copyable: true
70
+
71
+ "regionUsageRestrictions" : "GOV_REGIONS_ONLY"
72
+
73
+ .. tip:: |service| documentation
74
+
75
+ For detailed information on creating a project with the API,
76
+ including an example request, see
77
+ :atlas:`Create One Project </reference/api/project-create-one/>`.
78
+
57
79
{+gov-considerations+}
58
80
-----------------------------------
59
81
You can’t perform that action at this time.
0 commit comments