aptly
aptly copied to clipboard
Update Publish does not suport slash in prefix
Detailed Description
When updating a publish (via api PUT /publish/:prefix/:distribution ) the prefix cannot contain a slash.
Probably applies to other operations (create publish, ...) as well.
Context
On the command line, aprly can create a publish point containing a slash, but api fails to operate on it.
Possible Implementation
Parse the arguments in golang, instead of gin router / use json data for distribution
Your Environment
latest CI.