diff --git a/content/reference/api/hub/latest.yaml b/content/reference/api/hub/latest.yaml index b652d3850df4..b24dc73acbeb 100644 --- a/content/reference/api/hub/latest.yaml +++ b/content/reference/api/hub/latest.yaml @@ -2052,6 +2052,13 @@ components: - repo:read items: type: string + expires_at: + type: string + description: | + Optional expiration date for the token. + If omitted, the token will remain valid indefinitely. + format: date-time + example: '2021-10-28T18:30:19.520861Z' createAccessTokensResponse: $ref: '#/components/schemas/accessToken' getAccessTokensResponse: