This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch db/8450 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 301b33dba88a8dff7a82440a41c1579a99e62c41 Author: Dave Brondsema <[email protected]> AuthorDate: Fri Jul 29 11:58:57 2022 -0400 [#8450] REST docs: mention oauth endpoints --- Allura/docs/api-rest/api.raml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Allura/docs/api-rest/api.raml b/Allura/docs/api-rest/api.raml index 6a86b0d6d..f7f6f53e8 100755 --- a/Allura/docs/api-rest/api.raml +++ b/Allura/docs/api-rest/api.raml @@ -38,6 +38,10 @@ documentation: - title: API Overview content: !include docs.md +/oauth: + description: | + See separate docs section for authenticating with the OAuth 1.0 APIs + /{neighborhood}: description: | Neighborhoods are groups of logically related projects, which have the same default options.
