2016-07-04 11:55:53 +00:00
|
|
|
langcode: en
|
|
|
|
status: true
|
|
|
|
dependencies:
|
|
|
|
module:
|
|
|
|
- basic_auth
|
|
|
|
- hal
|
|
|
|
- node
|
Issue #2308745 by Alumei, dawehner, Wim Leers, larowlan, Arla, alexpott, g.oechsler, R.Muilwijk, Berdir, catch, klausi, clemens.tolboom, MattA, Crell: Remove rest.settings.yml, use rest_resource config entities
2016-06-19 13:41:10 +00:00
|
|
|
id: entity.node
|
|
|
|
plugin_id: 'entity:node'
|
2016-07-26 21:57:39 +00:00
|
|
|
granularity: resource
|
Issue #2308745 by Alumei, dawehner, Wim Leers, larowlan, Arla, alexpott, g.oechsler, R.Muilwijk, Berdir, catch, klausi, clemens.tolboom, MattA, Crell: Remove rest.settings.yml, use rest_resource config entities
2016-06-19 13:41:10 +00:00
|
|
|
configuration:
|
2016-07-26 21:57:39 +00:00
|
|
|
methods:
|
|
|
|
- GET
|
|
|
|
- POST
|
|
|
|
- PATCH
|
|
|
|
- DELETE
|
|
|
|
formats:
|
|
|
|
- hal_json
|
|
|
|
authentication:
|
|
|
|
- basic_auth
|