Bulk update dashboards
Technical Preview
Spaces method and path for this operation:
post /s/{space_id}/api/streams/{name}/dashboards/_bulk
Refer to Spaces for more information.
Bulk update dashboards linked to a stream. Can link new dashboards and delete existing ones.
[Required authorization] Route required privileges: manage_stream.
POST
/api/streams/{name}/dashboards/_bulk
curl \
--request POST 'https://localhost:5601/api/streams/{name}/dashboards/_bulk' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"operations":[{"index":{"id":"string"}}]}'