Skip to content

Commit 2ed33ad

Browse files
karaggeorgeMatthew Sweeney
authored andcommitted
Update docs based on recent change (#1428)
1 parent 2f06813 commit 2ed33ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

components/references-mdx/api/v2/endpoints/projects.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ Create a new project with the `name` request parameter. If the project already e
4242
<Code lang="json">{`{
4343
"id":"QmQKrt94KYKF3sDysJq19N87uMmE8Wicbt2GirePy1dH8U",
4444
"name":"a-project-name",
45+
"alias":[
46+
{
47+
"domain": "a-project-name-elegant-deer.now.sh",
48+
"target": "PRODUCTION",
49+
"createdAt": 1555413045188,
50+
"configuredBy": "A",
51+
"configuredChangedAt": 1555413045188
52+
}
53+
],
4554
"accountId":"K4amb7K9dAt5R2vBJWF32bmY",
4655
"updatedAt":1555413045188,
4756
"createdAt":1555413045188
@@ -78,6 +87,15 @@ Create a project with the `name` request parameter if it does not already exist.
7887
<Code lang="json">{`{
7988
"id":"QmQKrt94KYKF3sDysJq19N87uMmE8Wicbt2GirePy1dH8U",
8089
"name":"a-project-name",
90+
"alias":[
91+
{
92+
"domain": "a-project-name-elegant-deer.now.sh",
93+
"target": "PRODUCTION",
94+
"createdAt": 1555413045188,
95+
"configuredBy": "A",
96+
"configuredChangedAt": 1555413045188
97+
}
98+
],
8199
"accountId":"K4amb7K9dAt5R2vBJWF32bmY",
82100
"updatedAt":1555413045188,
83101
"createdAt":1555413045188

0 commit comments

Comments
 (0)