I can't use 2 multiple attachment fields in one entity.
Fields don't separating attachments. May be because field 'field' in attachment not filled and not used
Solved.
I have several attachment not attached to any entities. When I try assign attachment to entity I call PUT with
"multimediaIds": [
"5fae6ca12d6cca22e",
"5fae6ca12d6cd9bfc",
"5fae6ca12d6ce1323"
]
Also I should PUT to attachment
[
"field" : "multimedia"
]
Fields don't separating attachments. May be because field 'field' in attachment not filled and not used
Solved.
I have several attachment not attached to any entities. When I try assign attachment to entity I call PUT with
"multimediaIds": [
"5fae6ca12d6cca22e",
"5fae6ca12d6cd9bfc",
"5fae6ca12d6ce1323"
]
Also I should PUT to attachment
[
"field" : "multimedia"
]