Actions
Bug #15621
closedRudder-api-doc use dict.key parameters which are then wronlgy parsed by python
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
We use in the "update node" section: @apiParam {String} agentKey.status The agent key status (optional). Can be "certified" or "undefined".
@apiParam {String} agentKey.value The agent key value (optional) in PEM format (either certificate or public key).
which is then translated to python and "agentKey.value" is seen as a parameter name of a method which does not make sense.
Actions