Last updated 6 months ago
Upload policy virtual keys. Only users with the Standard Registry role are allowed to make the request.
Policy identifier.
Virtual keys file
Operation completed.
const response = await fetch('/api/v1/policies/{policyId}/virtual-keys', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify("binary"), }); const data = await response.json();
{ "code": 0, "message": "text" }