You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
* @api-uri:private:alias {Movies} /movie/+id
* @api-uriSegment {/movie/+id} id (integer) - Movie ID
*
* @api-uri:public {Movies} /movies/+id
* @api-uriSegment {/movies/+id} id (integer) - Movie ID
With this order, /movie/+id is picked up as the primary URI through Action\Documentation->getUri() eventhough it's actually an alias. getUri should eliminate aliases from contention.
The text was updated successfully, but these errors were encountered:
With this order,
/movie/+id
is picked up as the primary URI throughAction\Documentation->getUri()
eventhough it's actually an alias.getUri
should eliminate aliases from contention.The text was updated successfully, but these errors were encountered: