🧩 Multi-tenants
Add one or more tenants
Add one or more tenants to existing list. Already defined tenants (same id) are updated
post/tenants
Request body
Example request
[
{
"id": "zone-1",
"name": "Zone 1",
"description": "zone-1 tenants holds nodes for the European geo zone",
"documentation": "zone-1 tenants holds nodes for the European geo zone. The region is split as: ... etc ..."
}
]Response
List of actually added/updated tenants
Example response
{
"data": {
"tenants": [
{
"id": "zone-1",
"name": "Zone 1",
"description": "zone-1 tenants holds nodes for the European geo zone",
"documentation": "zone-1 tenants holds nodes for the European geo zone. The region is split as: ... etc ..."
}
]
}
}