Bug #17814
closedRudder (6.1) API missing documentation
Description
Hi,
The API documentation is not up to date (Rudder 6.1);
- properties[] is now a required parameter when creating groups, but this is not documented. When this parameter is not added to the request, it will crash with the following error: "errorDetails": "Could extract values from request <- Cannot create a group with an empty query" which is not correct.
- The Python API-Client doesn't support the properties[] parameter.
- Updating the policy mode for an accepted Node expects 'policyMode' instead of 'policy' as documented.
Keep the (API)-docs up to date please! These issues take a lot of time to troubleshoot and can be avoided easily with updated documentation.
Updated by Alexis Mousset almost 5 years ago
Opened #17815 for group API failing due to missing properties, this looks like a bug in the server. Keeping this ticket for missing information in docs.
Updated by Alexis Mousset almost 5 years ago
Opened #17817 for policyMode parameter.
Updated by Alexis Mousset almost 5 years ago
Opened #17818 for group properties documentation
Updated by François ARMAND almost 5 years ago
- Status changed from New to Resolved
I think everything related to that ticket was corrected, so I'm closing it. Please reopen if I'm mistaken
Updated by Bas B almost 5 years ago
François ARMAND wrote in #note-10:
I think everything related to that ticket was corrected, so I'm closing it. Please reopen if I'm mistaken
Thanks!