Skip to content

Commit 04a6ef9

Browse files
authored
Create a gov only project with the API (#32)
* creating a project
1 parent 6eb498b commit 04a6ef9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/api.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,28 @@ See the Atlas Documentation
5454
- For a list of possible errors, see
5555
:atlas:`Atlas API Error Codes </reference/api/api-errors/>`.
5656

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+
5779
{+gov-considerations+}
5880
-----------------------------------
5981

0 commit comments

Comments
 (0)