We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a868889 commit 8aa1623Copy full SHA for 8aa1623
src/huggingface_hub/hf_api.py
@@ -8561,7 +8561,7 @@ def reject_access_request(
8561
The type of the repo to reject access request for. Must be one of `model`, `dataset` or `space`.
8562
Defaults to `model`.
8563
rejection_reason (`str`, *optional*):
8564
- Optional rejection reason that will be sent to the user (max 200 characters).
+ Optional rejection reason that will be visible to the user (max 200 characters).
8565
token (Union[bool, str, None], optional):
8566
A valid user access token (string). Defaults to the locally saved
8567
token, which is the recommended method for authentication (see
0 commit comments