SaveConfigurationParameter interface
Save Tenant Configuration Contract details.
Properties
branch | The name of the Git branch in which to commit the current configuration snapshot. |
force | The value if true, the current configuration database is committed to the Git repository, even if the Git repository has newer changes that would be overwritten. |
Property Details
branch
The name of the Git branch in which to commit the current configuration snapshot.
branch?: string
Property Value
string
force
The value if true, the current configuration database is committed to the Git repository, even if the Git repository has newer changes that would be overwritten.
force?: boolean
Property Value
boolean