Add or update (upsert) spaces. For unchanged space specifications, the operation completes without making any changes. We will not update the lastUpdatedTime
value for spaces that remain unchanged.
Spaces to add or update.
required | Array of objects (SpaceCreateDefinition) [ 1 .. 100 ] items List of spaces to create/update |
List of spaces
The response for a failed request.
Space conflict
{- "items": [
- {
- "space": "string",
- "description": "string",
- "name": "string"
}
]
}
{- "items": [
- {
- "space": "string",
- "description": "string",
- "name": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "isGlobal": true
}
]
}