Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 321 Bytes

File metadata and controls

20 lines (14 loc) · 321 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const healthIssue = {
  status: 'closed'
};

await client.api('/security/identities/healthIssues/b3c1b5fc-828c-45fa-a1e1-10d74f6d6e9c')
	.update(healthIssue);