Update a reaction space with reaction pack ids or reaction space name
2.29.0
updateReactionSpace({ reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7", reactionPackIds: ["aa7e03fc-01f0-4a98-a2e0-3fed689632d7", "0fddc166-b8c3-4ce9-990e-848bde12188b"]}).then(reactionSpace => console.log(reactionSpace)) Copy
updateReactionSpace({ reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7", reactionPackIds: ["aa7e03fc-01f0-4a98-a2e0-3fed689632d7", "0fddc166-b8c3-4ce9-990e-848bde12188b"]}).then(reactionSpace => console.log(reactionSpace))
Generated using TypeDoc
Description
Update a reaction space with reaction pack ids or reaction space name
Async
Since
2.29.0
Example