Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

metadata_export_mode
optional

Specify how to handle metadata

Validations:

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

branch
optional

Branch in Git repo.

Validations:

  • Must be a String

repo
optional

Override the default repo from settings.

Validations:

  • Must be a String

filter
optional

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

Validations:

  • Must be a String

negate
optional

Negate the prefix (for purging).

Validations:

  • Must be one of: true, false, 1, 0.

dirname
optional

The directory within Git repo containing the templates

Validations:

  • Must be a String

location_ids
optional

REPLACE locations with given ids

Validations:

  • Must be an array of any type

organization_ids
optional

REPLACE organisations with given ids.

Validations:

  • Must be an array of any type