Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

rest.resource.entity.node.yml

core/modules/rest/config/optional/rest.resource.entity.node.yml

File

core/modules/rest/config/optional/rest.resource.entity.node.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - basic_auth
  6. - node
  7. - serialization
  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. - json
  19. authentication:
  20. - basic_auth
RSS feed
Powered by Drupal