# Constants
API_JOBS is used to get or create jobs.
API_KILL is used to kill a task.
API_LAYERS is used to get layers.
API_PAUSE is used to pause a layer or task.
API_RETRY is used to retry a task.
API_SKIP is used to skip a layer or task.
API_TASKS is used to get or create tasks.
API_UNPAUSE is used to unpause a layer or task.
# Structs
UpdateResponse is the response from an update operation, specific to HTTP.