Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
9.4
-
None
Description
The v2 delete-alias API is broken in 9.4, returning a 405 ("Method not allowed") from the the Jersey-dispatching code.
The cause of this is appears to be JAX-RS annotations in the 'DeleteAlias' class, which are causing the annotations in the 'DeleteAliasApi' interface to be dropped. We should remove these annotations from 'DeleteAlias' and check on the testing of this API.
Attachments
Issue Links
- links to