| ||
| detail: element | attribute | value | ||
Attributes used or controlling the modification of a tenant.
XML Example:<updateTenantOptions> <tenantName>xsd:string</tenantName> </updateTenantOptions> | JSON Example:{"updateTenantOptions":
{
"tenantName": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| tenantName | xsd:string | false | false | Tenant name to be used to locate the targeted tenant.
|
| ||
| detail: element | attribute | value | ||