|
219 | 219 | "id": { "type": "string" }, |
220 | 220 | "is_frozen": { "type": "boolean" }, |
221 | 221 | "privacy": { "type": "integer" }, |
| 222 | + "settings": { |
| 223 | + "properties": { "use_pint": { "type": "boolean" } }, |
| 224 | + "type": "object" |
| 225 | + }, |
222 | 226 | "tags": { "items": { "type": "string" }, "type": "array" }, |
223 | 227 | "title": { "nullable": true, "type": "string" }, |
224 | 228 | "updated_at": { "format": "date-time", "type": "string" } |
|
229 | 233 | "is_frozen", |
230 | 234 | "created_at", |
231 | 235 | "updated_at", |
232 | | - "tags" |
| 236 | + "tags", |
| 237 | + "settings" |
233 | 238 | ], |
234 | 239 | "title": "Sandbox", |
235 | 240 | "type": "object" |
|
927 | 932 | "cluster": { "type": "string" }, |
928 | 933 | "id": { "type": "string" }, |
929 | 934 | "latest_pitcher_version": { "type": "string" }, |
| 935 | + "pint_token": { "type": "string" }, |
| 936 | + "pint_url": { "type": "string" }, |
930 | 937 | "pitcher_manager_version": { "type": "string" }, |
931 | 938 | "pitcher_token": { "type": "string" }, |
932 | 939 | "pitcher_url": { "type": "string" }, |
933 | 940 | "pitcher_version": { "type": "string" }, |
934 | 941 | "reconnect_token": { "type": "string" }, |
| 942 | + "use_pint": { "type": "boolean" }, |
935 | 943 | "user_workspace_path": { "type": "string" }, |
936 | 944 | "workspace_path": { "type": "string" } |
937 | 945 | }, |
|
945 | 953 | "pitcher_url", |
946 | 954 | "pitcher_version", |
947 | 955 | "reconnect_token", |
| 956 | + "use_pint", |
948 | 957 | "user_workspace_path", |
949 | 958 | "workspace_path" |
950 | 959 | ], |
|
1537 | 1546 | "cluster": { "type": "string" }, |
1538 | 1547 | "id": { "type": "string" }, |
1539 | 1548 | "latest_pitcher_version": { "type": "string" }, |
| 1549 | + "pint_token": { "type": "string" }, |
| 1550 | + "pint_url": { "type": "string" }, |
1540 | 1551 | "pitcher_manager_version": { "type": "string" }, |
1541 | 1552 | "pitcher_token": { "type": "string" }, |
1542 | 1553 | "pitcher_url": { "type": "string" }, |
1543 | 1554 | "pitcher_version": { "type": "string" }, |
1544 | 1555 | "reconnect_token": { "type": "string" }, |
| 1556 | + "use_pint": { "type": "boolean" }, |
1545 | 1557 | "user_workspace_path": { "type": "string" }, |
1546 | 1558 | "workspace_path": { "type": "string" } |
1547 | 1559 | }, |
|
1555 | 1567 | "pitcher_url", |
1556 | 1568 | "pitcher_version", |
1557 | 1569 | "reconnect_token", |
| 1570 | + "use_pint", |
1558 | 1571 | "user_workspace_path", |
1559 | 1572 | "workspace_path" |
1560 | 1573 | ], |
|
2671 | 2684 | } |
2672 | 2685 | }, |
2673 | 2686 | "security": [], |
2674 | | - "servers": [{ "url": "https://api.codesandbox.stream", "variables": {} }], |
| 2687 | + "servers": [{ "url": "https://api.codesandbox.io", "variables": {} }], |
2675 | 2688 | "tags": [] |
2676 | 2689 | } |
0 commit comments