From 7dc635e9c0ebd5a0733ee7871e7a832c4ea8f53f Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Mar 06 2020 10:19:09 +0000 Subject: API Doc: add Create API project Token to the doc UI --- diff --git a/pagure/api/__init__.py b/pagure/api/__init__.py index 62de640..e589910 100644 --- a/pagure/api/__init__.py +++ b/pagure/api/__init__.py @@ -534,6 +534,7 @@ def api(): project.api_modify_project_options, project.api_project_block_user, project.api_get_project_webhook_token, + project.api_project_create_api_token, ] sections.append(build_docs_section("projects", projects_methods))