Bulk Actions
Create Bulk Action
Create a new bulk action
post/bulk_actions
Request body
Example request
{
"metadata": {
"ids": [
"611c8825-6f21-4544-bb47-9f50453e9cb0",
"418c701a-efe3-4e3d-a404-e635a2f28775"
]
}
}Response
Created
Example response
{
"metadata": {
"ids": [
"611c8825-6f21-4544-bb47-9f50453e9cb0",
"418c701a-efe3-4e3d-a404-e635a2f28775"
]
}
}