ocket8888 commented on a change in pull request #6009:
URL: https://github.com/apache/trafficcontrol/pull/6009#discussion_r670014632



##########
File path: docs/source/api/v4/users.rst
##########
@@ -78,7 +78,7 @@ Response Structure
 :fullName:          The user's full name, e.g. "John Quincy Adams"
 :gid:               A deprecated field only kept for legacy compatibility 
reasons that used to contain the UNIX group ID of the user - now it is always 
``null``
 :id:                An integral, unique identifier for this user
-:lastAuthenticated: The date and time at which the user was last 
authenticated, in :ref:`RFC3339`
+:lastAuthenticated: The date and time at which the user was last 
authenticated, in :rfc:`RFC3339`

Review comment:
       same as above

##########
File path: docs/source/api/v4/user_current.rst
##########
@@ -44,7 +44,7 @@ Response Structure
 :fullName:          The user's full name, e.g. "John Quincy Adams"
 :gid:               A deprecated field only kept for legacy compatibility 
reasons that used to contain the UNIX group ID of the user
 :id:                An integral, unique identifier for this user
-:lastAuthenticated: The date and time at which the user was last 
authenticated, in :ref:`RFC3339`
+:lastAuthenticated: The date and time at which the user was last 
authenticated, in :rfc:`RFC3339`

Review comment:
       > `invalid RFC number RFC3339`
   
   You don't need to put "RFC" in the argument to `:rfc`, that's implicit. The 
argument is just the number, like:
   ```rst
   :rfc:`3339`
   ```

##########
File path: docs/source/api/v4/users_id.rst
##########
@@ -57,7 +57,7 @@ Response Structure
 :fullName:          The user's full name, e.g. "John Quincy Adams"
 :gid:               A deprecated field only kept for legacy compatibility 
reasons that used to contain the UNIX group ID of the user - now it is always 
``null``
 :id:                An integral, unique identifier for this user
-:lastAuthenticated: The date and time at which the user was last 
authenticated, in :ref:`RFC3339`
+:lastAuthenticated: The date and time at which the user was last 
authenticated, in :rfc:`RFC3339`

Review comment:
       same as above




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to