astarte icon indicating copy to clipboard operation
astarte copied to clipboard

Relax endpoint validation requirements

Open drf opened this issue 5 years ago • 1 comments

This is a valid Astarte endpoint: /my/2endpoint/stuff

But in 0.11, this does not validate and is rejected when installing the interface. The restriction should instead apply only to the first token.

drf avatar May 08 '20 14:05 drf

Note that currently it's possible to create a parametric endpoint with the format /my/%{parametric}/stuff and send /my/2endpoint/stuff path, so not parametric endpoint should be allowed to do that too

rbino avatar Jan 17 '23 14:01 rbino