Copy multiple nodes at once.
Copy multiple nodes in a simulation at once. All nodes must be part of the same simulation in the INACTIVE state without any checkpoints.
Required scope: air:simulation_edit (roles: air_org_admin, air_user)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
simulation
The simulation the nodes belong to.
nodes
Nodes in given simulation that need to be copied.
Response
No response body
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error