Spaces method and path for this operation:
post /s/{space_id}/api/streams/_resync
Refer to Spaces for more information.
Resyncs all streams, making sure that Elasticsearch assets are up to date
[Required authorization] Route required privileges: manage_stream.
POST /api/streams/_resync
curl \ --request POST 'https://localhost:5601/api/streams/_resync' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --header "kbn-xsrf: true"