@@ -27,7 +27,7 @@ Here are the possible values for each parameter in the request json:
27
27
This field is mandatory.
28
28
- `public` (boolean, default : ` false` ) - specifies whether the project should be
29
29
public (`true`) or not (`false`). A public project, such as the
30
- [example-get-started](https://studio.iterative .ai/team/Iterative/projects/example-get-started-zde16i6c4g)
30
+ [example-get-started](https://studio.datachain .ai/team/Iterative/projects/example-get-started-zde16i6c4g)
31
31
demo project, can be accessed by anyone.
32
32
- ` team_name` (string) - the name of the team associated with the project if we
33
33
want to create the project in team space. This field is optional. If team name
@@ -56,7 +56,7 @@ Here is an example JSON response from the API request:
56
56
"projects": [
57
57
{
58
58
"id": "tsanhawn9y",
59
- "url": "https://studio.iterative .ai/user/amritghimire/projects/example-get-started-tsanhawn9y",
59
+ "url": "https://studio.datachain .ai/user/amritghimire/projects/example-get-started-tsanhawn9y",
60
60
"name": "example-get-started"
61
61
}
62
62
]
@@ -70,7 +70,7 @@ the necessary information about the created project:
70
70
" tsanhawn9y" .
71
71
- `url` : The URL of the created project. You can access the project using this
72
72
URL. In this example, the project URL is
73
- ` https://studio.iterative .ai/user/amritghimire/projects/example-get-started-tsanhawn9y` .
73
+ ` https://studio.datachain .ai/user/amritghimire/projects/example-get-started-tsanhawn9y` .
74
74
- `name` : The name of the created project. In this example, the project name is
75
75
" example-get-started" .
76
76
@@ -95,7 +95,7 @@ import os
95
95
import requests
96
96
97
97
98
- url = "https://studio.iterative .ai/api/create-project"
98
+ url = "https://studio.datachain .ai/api/create-project"
99
99
token = os.environ["DVC_STUDIO_TOKEN"]
100
100
payload = json.dumps({
101
101
"repo_url": "https://github.com/amritghimire/monorepo-model-registry-fixture",
@@ -120,7 +120,7 @@ for project in response.json()["projects"]:
120
120
<tab title="CLI">
121
121
122
122
` ` ` cli
123
- $ curl --location 'https://studio.iterative .ai/api/create-project' \
123
+ $ curl --location 'https://studio.datachain .ai/api/create-project' \
124
124
--header "Authorization:token ${DVC_STUDIO_TOKEN}" \
125
125
--header 'Content-Type: application/json' \
126
126
--data '{
@@ -137,7 +137,7 @@ $ curl --location 'https://studio.iterative.ai/api/create-project' \
137
137
138
138
<admon type="tip">
139
139
If you are interacting with Self hosted Studio, remember to replace the URL
140
- https://studio.iterative .ai with the URL of the self-hosted studio.
140
+ https://studio.datachain .ai with the URL of the self-hosted studio.
141
141
</admon>
142
142
143
143
[DVC Studio client access token] :
0 commit comments