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 was archived by the owner on Dec 8, 2023. It is now read-only.
Currently, the generate_json_docs method does not restrict which documentation is returned. Once issue #55 is closed, the new generate_raml_docs method will allow for restricting documentation on endpoints based on the 1) the user's context and 2) whether the endpoint requires permission.
Edit generate_json_docs so that it also allows for the same kind of controlled access.
The text was updated successfully, but these errors were encountered:
Currently, the
generate_json_docs
method does not restrict which documentation is returned. Once issue #55 is closed, the newgenerate_raml_docs
method will allow for restricting documentation on endpoints based on the 1) the user's context and 2) whether the endpoint requires permission.Edit
generate_json_docs
so that it also allows for the same kind of controlled access.The text was updated successfully, but these errors were encountered: