-
Jared Hancock authored1158ea3f
manage.api_keys.yaml 1.08 KiB
#
# This is popup help messages for the Admin Panel -> Manage -> API Keys
#
# Fields:
# title - Shown in bold at the top of the popover window
# content - The body of the help popover
# links - List of links shows below the content
# title - Link title
# href - href of link (links starting with / are translated to the
# helpdesk installation path)
#
# The key names such as 'helpdesk_name' should not be translated as they
# must match the HTML #ids put into the page template.
#
---
api_key:
title: API Key
content: >
API keys are used to authenticate clients submitting new tickets via
the Application Programming Interface (API). API keys are used
instead of passwords. Since API keys may be sent unencrypted, they
are linked to each client's network IP address.
links:
- title: osTicket API Documentation
href: https://github.com/osTicket/osTicket-1.8/blob/develop/setup/doc/api.md
ip_addr:
title: IP Address
content: >
Client's network IP address. Each unique client IP address will
require separate API keys