Last updated 8 months ago
Search same blocks. Only users with the Standard Registry role are allowed to make the request.
Filters.
Successful operation.
const response = await fetch('/api/v1/analytics/search/blocks', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({ "uuid": "", "config": {} }), }); const data = await response.json();
{}