rest.resource.entity.node.yml 284 B

1234567891011121314151617181920
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - basic_auth
  6. - hal
  7. - node
  8. id: entity.node
  9. plugin_id: 'entity:node'
  10. granularity: resource
  11. configuration:
  12. methods:
  13. - GET
  14. - POST
  15. - PATCH
  16. - DELETE
  17. formats:
  18. - hal_json
  19. authentication:
  20. - basic_auth