Commit 78c3c417 authored by Drew Blessing's avatar Drew Blessing

Merge branch 'hsutor-master-patch-38066' into 'master'

Update API "expires_at" response to be date instead of datetime

See merge request gitlab-org/gitlab!68584
parents f067ea1b a6fcecf9
......@@ -552,7 +552,7 @@ Example response:
"state": "active",
"avatar_url": "https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon",
"web_url": "http://192.168.1.8:3000/root",
"expires_at": "2012-10-22T14:13:35Z",
"expires_at": "2012-10-22",
"access_level": 40,
"email": "john@example.com",
"override": false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment