Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 411 Bytes

File metadata and controls

21 lines (15 loc) · 411 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const moveToCatalog = {
  catalogId: '3301434b-99bd-46be-923b-d762c30c8e8b'
};

await client.api('/identityGovernance/entitlementManagement/accessPackages/3089f957-4bfe-405d-96c0-9a7ef30c01d6/moveToCatalog')
	.version('beta')
	.post(moveToCatalog);