Log template

Create template

Create a new template.

post/controlplane/template

Request body

organization_idinteger

The ID of the organization.

account_idinteger

The ID of the account.

namestring

The name of the template.

capability_categorystring
capability_providerstring
contentstring
content_encodingstring
template_varsobject

Example request

{
  "organization_id": 1234,
  "account_id": 2345
}

Response

Template created successfully.

organization_idinteger

The ID of the organization.

account_idinteger

The ID of the account.

namestring

The name of the template.

capability_categorystring
capability_providerstring
contentstring
content_encodingstring
template_varsobject

Example response

{
  "organization_id": 1234,
  "account_id": 2345
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.