POST /api/template/import
Initiate Import

Params

Param Name Description
verbose
Optional

Set verbosity of import

Validations:

  • Must be 'true' or 'false' or '1' or '0'

repo
Optional

Override the default repo from settings.

Validations:

  • Must be String

branch
Optional

Branch in Git repo.

Validations:

  • Must be String

prefix
Optional

The string all imported templates should begin with.

Validations:

  • Must be String

dirname
Optional

The directory within the git tree containing the templates.

Validations:

  • Must be String

filter
Optional

Import templates with names matching this regex (case-insensitive; snippets are not filtered).

Validations:

  • Must be String

negate
Optional

Negate the prefix (for purging).

Validations:

  • Must be 'true' or 'false' or '1' or '0'

associate
Optional

Associate to OS's, Locations & Organizations. Options are: always, new or never.

Validations:

  • Must be one of: always, new, never.

force
Optional

Update templates that are locked

Validations:

  • Must be 'true' or 'false' or '1' or '0'


POST /api/template/export
Initiate Export

Params

Param Name Description
verbose
Optional

Set verbosity of export

Validations:

  • Must be 'true' or 'false' or '1' or '0'

repo
Optional

Override the default repo from settings

Validations:

  • Must be String

branch
Optional

Branch in Git repo.

Validations:

  • Must be String

filter
Optional

Export templates with names matching this regex (case-insensitive; snippets are not filtered).

Validations:

  • Must be String

negate
Optional

Negate the prefix (for purging).

Validations:

  • Must be 'true' or 'false' or '1' or '0'

metadata_export_mode
Optional

Specify how to handle metadata

Validations:

  • Must be one of: refresh, keep, remove.

dir
Optional

The directory within Git repo

Validations:

  • Must be String