You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/IfcApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1622,7 +1622,7 @@ null (empty response body)
1622
1622
1623
1623
Create elements in an optimized format
1624
1624
1625
-
You can use the same optimized structure to post multiple elements, property_sets, properties, definitions and units at once. If the structure is malformed, an error 500 without more explaination may be returned Required scopes: ifc:write
1625
+
You can use the same optimized structure to post multiple elements, property_sets, properties, definitions and units at once. For performance reasons, we do not check the validity of the json. If the json is malformed, an error 500 without more explaination may be returned instead of a 400. Required scopes: ifc:write
**elements** | **String** | List of constitutive unit elements by id with corresponding exponent (ex: [meterID/1, secondID/-1] for velocity) | [optional]
15
+
**elements** | [**Object**](.md) | List of constitutive unit elements by id with corresponding exponent (ex: [meterID/1, secondID/-1] for velocity) | [optional]
0 commit comments