You are here

zoomapi.schema.yml in Zoom API 8

Same filename and directory in other branches
  1. 2.0.x config/schema/zoomapi.schema.yml
config/schema/zoomapi.schema.yml

File

config/schema/zoomapi.schema.yml
View source
  1. zoomapi.settings:
  2. type: config_object
  3. label: 'Zoom API Settings'
  4. mapping:
  5. api_key:
  6. type: string
  7. label: 'Zoom API Key'
  8. api_secret:
  9. type: string
  10. label: 'Zoom API Secret'
  11. webhook_verification_token:
  12. type: string
  13. label: 'Webhook Verification Token'
  14. base_uri:
  15. type: string
  16. label: 'Zoom API Base URI'