Make the category's description nullable in the doc (#9819)

Fixes #9818
This commit is contained in:
William Durand 2018-10-26 10:32:06 +02:00 коммит произвёл GitHub
Родитель 4a8d5ac6d2
Коммит 49add8a7a0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -29,7 +29,7 @@ This endpoint is not paginated.
:>json boolean misc: Whether or not the category is miscellaneous.
:>json string type: Category type, see :ref:`add-on type <addon-detail-type>` for more details.
:>json int weight: Category weight used in sort ordering.
:>json string description: The category description. Returns the already translated string.
:>json string|null description: The category description. Returns the already translated string.
.. _category-csv-table: