We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add an entry point accessible only by ADMIN user that allows to :
POST /misc/resources/attribute/
<Filter> ...</Filter> { --> xml "restAttribute": { "name": "test", "value": "MyTest1" } }
This should allow also to remove the attribute at all setting giving "value": null or "value": undefined
"value": null
"value": undefined
An entry point for get or delete in batch all resources that match the filter is a plus.
DELETE /misc/resources/
The text was updated successfully, but these errors were encountered:
We should consider to have a bach update for resource permissions too.
Sorry, something went wrong.
offtherailz
No branches or pull requests
Add an entry point accessible only by ADMIN user that allows to :
POST /misc/resources/attribute/
This should allow also to remove the attribute at all setting giving
"value": null
or"value": undefined
An entry point for get or delete in batch all resources that match the filter is a plus.
DELETE /misc/resources/
The text was updated successfully, but these errors were encountered: