added drupal config for REST
This commit is contained in:
18
config/sync/rest.resource.entity.user.yml
Normal file
18
config/sync/rest.resource.entity.user.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: bd322962-35bf-485b-bc88-83d3f5fd0251
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- serialization
|
||||
- user
|
||||
id: entity.user
|
||||
plugin_id: 'entity:user'
|
||||
granularity: resource
|
||||
configuration:
|
||||
methods:
|
||||
- GET
|
||||
- POST
|
||||
formats:
|
||||
- json
|
||||
authentication:
|
||||
- cookie
|
Reference in New Issue
Block a user