From 585b1b3fca46cd7241701e5159a76501796ca091 Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Tue, 25 Sep 2018 18:40:24 +0200 Subject: add user's public_email attribute to api --- doc/api/jobs.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/api/jobs.md') diff --git a/doc/api/jobs.md b/doc/api/jobs.md index eebe746c750..aa290ff4cf8 100644 --- a/doc/api/jobs.md +++ b/doc/api/jobs.md @@ -62,6 +62,7 @@ Example of response "created_at": "2015-12-21T13:14:24.077Z", "bio": null, "location": null, + "public_email": "", "skype": "", "linkedin": "", "twitter": "", @@ -120,6 +121,7 @@ Example of response "created_at": "2015-12-21T13:14:24.077Z", "bio": null, "location": null, + "public_email": "", "skype": "", "linkedin": "", "twitter": "", @@ -193,6 +195,7 @@ Example of response "created_at": "2015-12-21T13:14:24.077Z", "bio": null, "location": null, + "public_email": "", "skype": "", "linkedin": "", "twitter": "", @@ -251,6 +254,7 @@ Example of response "created_at": "2015-12-21T13:14:24.077Z", "bio": null, "location": null, + "public_email": "", "skype": "", "linkedin": "", "twitter": "", @@ -322,6 +326,7 @@ Example of response "created_at": "2015-12-21T13:14:24.077Z", "bio": null, "location": null, + "public_email": "", "skype": "", "linkedin": "", "twitter": "", -- cgit v1.2.1