v1
latestOpenAPI 3.0.32026-07-2632131.4 MBComplexes
Create a new complex
Create a new complex and return the ID of the newly created complex
post/properties-api/complexes
Request body
Example request
{
"title": "My Title",
"nickname": "My Nickname",
"propertyIds": [
"63baba9c5c25ccae5595832b",
"63babaab5c25ccae5595832c"
],
"tags": [
"Tag 1",
"Tag 2"
]
}Response
The ID of the newly created complex
Example response
{
"id": "645788211c405b56beaf26c0"
}