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
Generate an OpenAPI description from an Aspect Model, with and without setting --resource-path
What: Actual result vs expected result
Without --resource-path set, the default resource path is /{tenant-id}/name-of-the-aspect.
With --resource-path set, the resource path is exactly what is given by the option.
The documentation however claims, that {tenant-id} is always part of the resource path, which is wrong.
Where: (e.g. component, version, url, your system info)
java-aspect-tooling.adoc
The text was updated successfully, but these errors were encountered:
How: List of performed steps
--resource-path
What: Actual result vs expected result
Without
--resource-path
set, the default resource path is/{tenant-id}/name-of-the-aspect
.With
--resource-path
set, the resource path is exactly what is given by the option.The documentation however claims, that
{tenant-id}
is always part of the resource path, which is wrong.Where: (e.g. component, version, url, your system info)
java-aspect-tooling.adoc
The text was updated successfully, but these errors were encountered: