diff --git a/docs/hub/datasets-gated.md b/docs/hub/datasets-gated.md index 5588547b5a..58e4816ae2 100644 --- a/docs/hub/datasets-gated.md +++ b/docs/hub/datasets-gated.md @@ -72,6 +72,7 @@ You can download a report of all access requests for a gated datasets with the * - **status**: status of the request. Either `"pending"`, `"accepted"` or `"rejected"`. - **email**: email of the user. - **time**: datetime when the user initially made the request. +- **reviewedAt**: datetime when the request was accepted or rejected. Not set for pending requests. diff --git a/docs/hub/models-gated.md b/docs/hub/models-gated.md index 2a3397179b..7a548c3d09 100644 --- a/docs/hub/models-gated.md +++ b/docs/hub/models-gated.md @@ -73,6 +73,7 @@ You can download a report of all access requests for a gated model with the **do - **status**: status of the request. Either `"pending"`, `"accepted"` or `"rejected"`. - **email**: email of the user. - **time**: datetime when the user initially made the request. +- **reviewedAt**: datetime when the request was accepted or rejected. Not set for pending requests.