Actions
Bug #26064
openGroup query select attribute has different name in create and update payload
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
106
Name check:
To do
Fix check:
To do
Regression:
No
Description
When creating a group or updating it with a query containing "select" : "nodeAndPolicyServer"
, the API ignores the query update, however with "returnType" : "nodeAndPolicyServer"
it works.
It is not consistent with the returned JSON for the group : the query has the "select"
key.
We should support a "select"
alias for "returnType"
in the endpoints to create and update group payloads
Actions