Environment Variables and Profile Token
Hi,It would be great if you help me with these question.
- How can I edit the environment variables of an analysis using the TagoIO API? I'm currently using this method to edit other properties, can environment variables be updated similarly?
const result = await Resources.analysis.edit("analysis-id-123", {
name: "Updated Analysis",
active: false
});
- How can I check the expiration date of my profile token?
- How can I create a new profile token in TagoIO with an expiration date or expiration parameter and permission type using the API? I cannot able to find tokenCreate method in account.
- How can I access and delete the created token?
Thank you