com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Updating a Tenant

You can update a tenant using the CLI tool or the REST API as shown below:

  • The tenantDomain can not be changed in the updating process.

  • The tenantId needs to be given when updating a tenant. The tenantId can be retrieved by listing the tenant details.



 


Sample tenant JSON

{
  "admin": "admin",
  "firstName": "Frank",
  "lastName": "Myers",
  "adminPassword": "admin123",
  "tenantDomain": "frank.com",
  "email": "foo@bar.com",
  "active": "true"
} 

 

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.