Skip to content

Assign Templates to Template Group

Assign one or more templates to a template group. This is a many-to-many assignment with all templates being assigned to all specified template groups, however all specified templates and template groups must belong to the specified organization.

Verb POST
Endpoint {base-url}/template-groups/assign/templates
Max Page Size N/A

Request body

{
  "routeFilter": {
    "templateIds": [7],
    "templateGroupIds": [1]
  }
}

Filters Honored

Response

On Success

Response body

// 204 - No Content