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
On the other hand, wsk requires that relpath begins with a /, to separate the basepath and relpath, and if users don't include it, the command produces an error:
error: Unable to parse api command arguments: 'relpath' must begin with '/'.
We should update aio rt api create to match this wsk behavior
The text was updated successfully, but these errors were encountered:
Currently users can run
aio rt api create basepath relpath ...
and it will succeed, producing an endpoint like https://adobeioruntime.net/apis/namespace/basepathrelpathOn the other hand,
wsk
requires that relpath begins with a/
, to separate the basepath and relpath, and if users don't include it, the command produces an error:We should update
aio rt api create
to match thiswsk
behaviorThe text was updated successfully, but these errors were encountered: