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
t = v1.Team.where(Name=name).first()
r = t.Rooms[0]
r.url
This url points to /assetdetail.v1?oid=TeamRoom%3A333 which redirects to TeamRoom.mvc/Summary?oidToken=TeamRoom%3A333 which is a 404
It should be more like TeamRoom.mvc/Show/333
This may need to be solved in the V1 web app itself.
The text was updated successfully, but these errors were encountered:
This is a VersionOne API problem. The r.url returned is what the VersionOne API returns. For a Story, that returned URL can be copy-pasted into the browser and will open the specific story item directly.
Copied from: versionone#21
The text was updated successfully, but these errors were encountered: