Copy multiple nodes at once.

View as Markdown

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.
simulationstringRequiredformat: "uuid"
The simulation the nodes belong to.
nodeslist of objectsRequired
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