feat(api): add create folder endpoint for users
This commit is contained in:
@@ -22,6 +22,9 @@ exports[`Folder model > jsonSchema should have correct validations 1`] = `
|
||||
"type": "string",
|
||||
},
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
],
|
||||
"type": "object",
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user