File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ curl -X POST https://ext.own3d.pro/v1/codespaces/ai \
162162 -H " Content-Type: application/json" \
163163 -d ' {
164164 "name": "My Awesome Extension",
165- "repository_url ": "https://github.com/user/repo.git ",
165+ "initial_prompt ": "Create a widget that displays the latest follower. The text colour should be changeable. ",
166166 "user_id": "12345", // will be removed in final release
167167 "password": "your_password" // will be remove in final release
168168 }'
@@ -187,7 +187,7 @@ Creates a new extension with a codespace from a Git repository.
187187#### Example Request
188188
189189``` bash
190- curl -X POST https://ext.own3d.pro/v1/codespaces/ai \
190+ curl -X POST https://ext.own3d.pro/v1/codespaces \
191191 -H " Authorization: Bearer <YOUR_TOKEN>" \
192192 -H " Content-Type: application/json" \
193193 -d ' {
You can’t perform that action at this time.
0 commit comments