This commit is contained in:
Andrew Williamson 2022-05-11 16:52:24 +01:00 коммит произвёл GitHub
Родитель 9f8b754495
Коммит 160036a762
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -137,7 +137,7 @@ Authors will be given the position at the end of the list of authors when confir
.. note::
This API requires :doc:`authentication <auth>`, and for the user to be invited to be an author (to be a pending author).
.. http:post:: /api/v5/addons/addon/(int:addon_id|string:addon_slug|string:addon_guid)/pending-authors/confirm
.. http:post:: /api/v5/addons/addon/(int:addon_id|string:addon_slug|string:addon_guid)/pending-authors/confirm/
----------------------
@ -151,7 +151,7 @@ This endpoint allows a user to decline the invitation to be an author of an add-
.. note::
This API requires :doc:`authentication <auth>`, and for the user to be invited to be an author (to be a pending author).
.. http:post:: /api/v5/addons/addon/(int:addon_id|string:addon_slug|string:addon_guid)/pending-authors/decline
.. http:post:: /api/v5/addons/addon/(int:addon_id|string:addon_slug|string:addon_guid)/pending-authors/decline/
-------------------