template.massadd

    This method allows to simultaneously add multiple related objects to the given templates.

    This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.

    Parameters

    (object) Parameters containing the IDs of the templates to update and the objects to add to the templates.

    (object) Returns an object containing the IDs of the updated templates under the property.

    Examples

    Add template group “2” to two templates.

    Request:

    Link templates “10106” and “10104” to template “10073”.

    Request:

    Response:

    Source