We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7614d1 commit 1030c5aCopy full SHA for 1030c5a
README.md
@@ -934,7 +934,7 @@ You can also import previously exported snapshots into the same project or a dif
934
935
```typescript
936
const validateReq = {
937
- files: exportRes.files,
+ files: exportRes.data.files,
938
};
939
940
// Validate that an exported snapshot can be imported into the current project
@@ -945,7 +945,7 @@ if (!validateRes.ok) {
945
946
// Import the previously exported snapshot into the current project
947
const importReq = {
948
949
950
951
await descopeClient.management.project.importSnapshot(files);
0 commit comments