Examples

PUT /api/report_templates/1007981707
{
  "report_template": {
    "template": "new report_template template"
  }
}
200
{
  "template": "new report_template template",
  "default": false,
  "snippet": false,
  "locked": false,
  "description": null,
  "created_at": "2024-02-22 16:16:11 UTC",
  "updated_at": "2024-02-22 16:16:11 UTC",
  "name": "report_template2",
  "id": 1007981707,
  "locations": [],
  "organizations": []
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

id
required

Validations:

  • String

report_template
required

Validations:

  • Hash

report_template[name]
optional

Validations:

  • String

report_template[description]
optional , nil allowed

Validations:

  • String

report_template[template]
optional

Validations:

  • String

report_template[snippet]
optional , nil allowed

Validations:

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

report_template[audit_comment]
optional , nil allowed

Validations:

  • String

report_template[locked]
optional , nil allowed

Whether or not the template is locked for editing

Validations:

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

report_template[default]
optional , nil allowed

Whether or not the template is added automatically to new organizations and locations

Validations:

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

report_template[location_ids]
optional , nil allowed

REPLACE locations with given ids

Validations:

  • Must be an array of any type

report_template[organization_ids]
optional , nil allowed

REPLACE organizations with given ids.

Validations:

  • Must be an array of any type