Initial commit
This commit is contained in:
36
api/collections/wishlistEntry.yml
Normal file
36
api/collections/wishlistEntry.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
########################################################################
|
||||
# cart
|
||||
########################################################################
|
||||
|
||||
name: dummyWishlistEntryEndpoint
|
||||
meta:
|
||||
hideInNavigation: true
|
||||
openapi:
|
||||
disabled: true
|
||||
|
||||
permissions:
|
||||
public:
|
||||
methods:
|
||||
get: true
|
||||
post: true
|
||||
put: false
|
||||
delete: false
|
||||
|
||||
user:
|
||||
methods:
|
||||
get: false
|
||||
post: false
|
||||
put: false
|
||||
delete: false
|
||||
|
||||
hooks:
|
||||
get:
|
||||
read:
|
||||
type: javascript
|
||||
file: hooks/wishlist/get_read.js
|
||||
post:
|
||||
validate:
|
||||
type: javascript
|
||||
file: hooks/wishlist/post_create.js
|
||||
|
||||
fields:
|
||||
Reference in New Issue
Block a user