Version 1
[yaffs-website] / web / core / modules / rest / tests / fixtures / update / rest.resource.entity.node_2721595.yml
diff --git a/web/core/modules/rest/tests/fixtures/update/rest.resource.entity.node_2721595.yml b/web/core/modules/rest/tests/fixtures/update/rest.resource.entity.node_2721595.yml
new file mode 100644 (file)
index 0000000..0cf4d78
--- /dev/null
@@ -0,0 +1,29 @@
+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
+dependencies:
+  module:
+    - node
+    - basic_auth
+    - hal