Automation API style inconsistent for deleting a secret
sul3n3t opened this issue · comments
Justin Cummins commented
To delete a secret via automation API, DELETE /automation/secrets/<xyz>
takes a secret name as <xyz>
. All of the other automation APIs use an id for deletion.
Neal Harris commented
Fixed in #136