Merge pull request #13 from nthdesign/patch-1
Update uri-templates-advanced.rst
This commit is contained in:
commit
eaff062895
|
|
@ -37,7 +37,7 @@ You may also use the explode (``*``) modifier to match a variable number of path
|
||||||
* - {/path*}
|
* - {/path*}
|
||||||
- /any/number/of/parts.jpg
|
- /any/number/of/parts.jpg
|
||||||
- Yes
|
- Yes
|
||||||
- :path: ``["any", "number", "of", "parts"]``
|
- :path: ``["any", "number", "of", "parts.jpg"]``
|
||||||
* - /image{/image*}.jpg
|
* - /image{/image*}.jpg
|
||||||
- /image/with/any/path.jpg
|
- /image/with/any/path.jpg
|
||||||
- Yes
|
- Yes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue