We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_apis.md#apis says:
The API basePath value MUST start with a / character. The APi relativePath value MUST start with a / character.
but, the examples given (hello and world do not start with a / character.
hello
world
/
See also: #955
The text was updated successfully, but these errors were encountered:
doc: spec_apis.md basePath, relativePath
fef0526
Update spec to say that basePath and relativePath must NOT start with `/` Fixes: apache#1095
doc: spec_apis.md basePath, relativePath (#1096)
26308ca
Update spec to say that basePath and relativePath must NOT start with `/` Fixes: #1095
Successfully merging a pull request may close this issue.
https://github.com/apache/openwhisk-wskdeploy/blob/master/specification/html/spec_apis.md#apis says:
but, the examples given (
hello
andworld
do not start with a/
character.See also: #955
The text was updated successfully, but these errors were encountered: