0cf4d789894870110d5694377eb09f6b4f2c0aac
[yaffs-website] / web / core / modules / rest / tests / fixtures / update / rest.resource.entity.node_2721595.yml
1 id: entity.node
2 plugin_id: 'entity:node'
3 granularity: method
4 configuration:
5   GET:
6     supported_formats:
7       - hal_json
8     supported_auth:
9       - basic_auth
10   POST:
11     supported_formats:
12       - hal_json
13     supported_auth:
14       - basic_auth
15   PATCH:
16     supported_formats:
17       - hal_json
18     supported_auth:
19       - basic_auth
20   DELETE:
21     supported_formats:
22       - hal_json
23     supported_auth:
24       - basic_auth
25 dependencies:
26   module:
27     - node
28     - basic_auth
29     - hal