File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
components/references-mdx/api/v2/endpoints Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,15 @@ Create a new project with the `name` request parameter. If the project already e
42
42
<Code lang = " json" >{ ` {
43
43
"id":"QmQKrt94KYKF3sDysJq19N87uMmE8Wicbt2GirePy1dH8U",
44
44
"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
+ ],
45
54
"accountId":"K4amb7K9dAt5R2vBJWF32bmY",
46
55
"updatedAt":1555413045188,
47
56
"createdAt":1555413045188
@@ -78,6 +87,15 @@ Create a project with the `name` request parameter if it does not already exist.
78
87
<Code lang = " json" >{ ` {
79
88
"id":"QmQKrt94KYKF3sDysJq19N87uMmE8Wicbt2GirePy1dH8U",
80
89
"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
+ ],
81
99
"accountId":"K4amb7K9dAt5R2vBJWF32bmY",
82
100
"updatedAt":1555413045188,
83
101
"createdAt":1555413045188
You can’t perform that action at this time.
0 commit comments