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

Provide Entry point for batch attribute update #205

Open
offtherailz opened this issue Feb 24, 2020 · 1 comment
Open

Provide Entry point for batch attribute update #205

offtherailz opened this issue Feb 24, 2020 · 1 comment

Comments

@offtherailz
Copy link
Member

offtherailz commented Feb 24, 2020

Add an entry point accessible only by ADMIN user that allows to :

  • provide a XML filter to select some resources
  • Update one attribute to all the resources

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

An entry point for get or delete in batch all resources that match the filter is a plus.

DELETE /misc/resources/

@tdipisa
Copy link
Member

tdipisa commented Mar 3, 2020

We should consider to have a bach update for resource permissions too.

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

No branches or pull requests

2 participants