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

Breadcrumb

  1. Drupal Core 11.1.x

jsonapi.schema.yml

core/modules/jsonapi/config/schema/jsonapi.schema.yml

File

core/modules/jsonapi/config/schema/jsonapi.schema.yml

View source
  1. jsonapi.settings:
  2. type: config_object
  3. label: 'JSON:API settings'
  4. mapping:
  5. read_only:
  6. type: boolean
  7. label: 'Restrict JSON:API to only read operations'
  8. maintenance_header_retry_seconds:
  9. type: mapping
  10. label: 'Maintenance mode Retry-After header settings'
  11. mapping:
  12. min:
  13. type: integer
  14. label: 'Minimum value for Retry-After header in seconds'
  15. max:
  16. type: integer
  17. label: 'Maximum value for Retry-After header in seconds'

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal