Skip to content

Commit d9b664f

Browse files
alexpouliquenhuggingface-doc-botclaude
authored
docs: add reviewedAt field to gated repo access report documentation (#2470)
Document the new `reviewedAt` timestamp field added to the access request download report and API responses, which indicates when a request was accepted or rejected. Co-authored-by: huggingface-doc-bot <doc-bot@huggingface.co> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a0b504c commit d9b664f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/hub/datasets-gated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ You can download a report of all access requests for a gated datasets with the *
7272
- **status**: status of the request. Either `"pending"`, `"accepted"` or `"rejected"`.
7373
- **email**: email of the user.
7474
- **time**: datetime when the user initially made the request.
75+
- **reviewedAt**: datetime when the request was accepted or rejected. Not set for pending requests.
7576

7677
<a id="modifying-the-prompt"></a> <!-- backward compatible anchor -->
7778

docs/hub/models-gated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ You can download a report of all access requests for a gated model with the **do
7373
- **status**: status of the request. Either `"pending"`, `"accepted"` or `"rejected"`.
7474
- **email**: email of the user.
7575
- **time**: datetime when the user initially made the request.
76+
- **reviewedAt**: datetime when the request was accepted or rejected. Not set for pending requests.
7677

7778
<a id="modifying-the-prompt"></a> <!-- backward compatible anchor -->
7879

0 commit comments

Comments
 (0)