You are here

rest.resource.contenthub_filter.yml in Acquia Content Hub 8

acquia_contenthub_subscriber/config/install/rest.resource.contenthub_filter.yml

File

acquia_contenthub_subscriber/config/install/rest.resource.contenthub_filter.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - acquia_contenthub
  6. - serialization
  7. - user
  8. id: contenthub_filter
  9. plugin_id: contenthub_filter
  10. granularity: method
  11. configuration:
  12. GET:
  13. supported_formats:
  14. - json
  15. supported_auth:
  16. - cookie
  17. POST:
  18. supported_formats:
  19. - json
  20. supported_auth:
  21. - cookie
  22. PATCH:
  23. supported_formats:
  24. - json
  25. supported_auth:
  26. - cookie
  27. DELETE:
  28. supported_formats:
  29. - json
  30. supported_auth:
  31. - cookie