Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to update predefined resources (already created by default)? #240

Open
matteoredaelli opened this issue Oct 2, 2023 · 1 comment
Open

Comments

@matteoredaelli
Copy link

Hello

This plugin is wonderful. I've been starting using it for managing the setup of a QLik Saas tenant.

How could I update a resource that is already created (by default by the saas provider): it is already created and you can only update it.

Example (https://qlik.dev/apis/rest/licenses/#%23%2Fentries%2Fv1%2Flicenses%2Fsettings-put)

curl "https://your-tenant.us.qlikcloud.com/api/v1/licenses/settings" \
 -X PUT \
 -H "Authorization: Bearer <API-key>" \
 -H "Content-type: application/json" \
 -d '{"autoAssignAnalyzer":true,"autoAssignProfessional":false}' 

Thanks in advance
Matteo

@matteoredaelli
Copy link
Author

not possibile without an ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant