[docs] update 'civitai.nsfw' example

include XXX-rated files
This commit is contained in:
Mike Fährmann
2025-05-10 16:43:39 +02:00
parent f343c8c0b6
commit f0a46bf979

View File

@@ -1860,7 +1860,7 @@ Type
Default
``true``
Description
Download images rated NSFW.
Download NSFW-rated images.
* For ``"api": "rest"``, this can be one of
``"None"``, ``"Soft"``, ``"Mature"``, ``"X"``
@@ -1869,8 +1869,8 @@ Description
* For ``"api": "trpc"``, this can be an ``integer``
whose bits select the returned mature content flags.
For example, ``12`` (``4|8``) would return only
``Mature`` and ``X`` rated images,
For example, ``28`` (``4|8|16``) would return only
``R``, ``X``, and ``XXX`` rated images,
while ``3`` (``1|2``) would return only
``None`` and ``Soft`` rated images,