Files
netbox/netbox/extras/constants.py
John Anderson 2340d4d592 review updates
2020-07-06 02:00:16 -04:00

13 lines
235 B
Python

# Webhook content types
HTTP_CONTENT_TYPE_JSON = 'application/json'
# Registerable extras features
EXTRAS_FEATURES = [
'custom_fields',
'custom_links',
'export_templates',
'graphs',
'job_results',
'webhooks'
]