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

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

webhook_template
required

Validations:

  • Must be a Hash

webhook_template[name]
optional

Validations:

  • Must be a String

webhook_template[description]
optional , nil allowed

Validations:

  • Must be a String

webhook_template[template]
optional

Validations:

  • Must be a String

webhook_template[snippet]
optional , nil allowed

Validations:

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

webhook_template[audit_comment]
optional , nil allowed

Validations:

  • Must be a String

webhook_template[locked]
optional , nil allowed

Whether or not the template is locked for editing

Validations:

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

webhook_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.

webhook_template[location_ids]
optional , nil allowed

REPLACE locations with given ids

Validations:

  • Must be an array of any type

webhook_template[organization_ids]
optional , nil allowed

REPLACE organizations with given ids.

Validations:

  • Must be an array of any type