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'
|
|
|
|
granularity: method
|
|
|
|
configuration:
|
|
|
|
GET:
|
|
|
|
supported_formats:
|
|
|
|
- hal_json
|
|
|
|
supported_auth:
|
|
|
|
- basic_auth
|
|
|
|
POST:
|
|
|
|
supported_formats:
|
|
|
|
- hal_json
|
|
|
|
supported_auth:
|
|
|
|
- basic_auth
|
|
|
|
PATCH:
|
|
|
|
supported_formats:
|
|
|
|
- hal_json
|
|
|
|
supported_auth:
|
|
|
|
- basic_auth
|
|
|
|
DELETE:
|
|
|
|
supported_formats:
|
|
|
|
- hal_json
|
|
|
|
supported_auth:
|
|
|
|
- basic_auth
|