Enables one or more plants for access by both the Admin and Plant APIs. This process allocates a dedicated backend service for each of the plant names supplied as an input parameter.
POST
<ServiceRoot>/Sites('MySiteAlias')/EnablePlants
{
"plantIds": ["PlantA", "PlantB"]
}
Parameter |
Type |
Description |
---|---|---|
plantIds |
Collection<string> |
Names of the valid plants to enable. |