PUT /api/portal/status
Changes a portal activation status with a value specified in the request.
Name |
Description |
Type |
Example |
portalName*
sent in Body
|
Portal name |
string |
"example" |
status*
sent in Query
|
New portal status: Active - 0, Suspended - 1 |
string |
"Suspended" |
* - required field
The portal description
{
"tenant": {
"created": "2010-07-07T15:46:00",
"domain": "example.com",
"language": "en-US",
"ownerId": "78e1e841-8314-48465-8fc0-e7d6451b6475",
"portalName": "example",
"status": "Suspended",
"tenantId": 1,
"timeZoneName": "UTC"
}
}