Last updated 4 months ago
Compare schemas. Only users with the Standard Registry role are allowed to make the request.
Filters.
"000000000000000000000001"
0
Successful operation.
const response = await fetch('/api/v1/analytics/compare/schemas', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({ "schemaId1": "000000000000000000000001", "schemaId2": "000000000000000000000001", "idLvl": "0" }), }); const data = await response.json();
{}