Skip to content

Instantly share code, notes, and snippets.

View daryailyushina's full-sized avatar

Darya Ilyushyna daryailyushina

View GitHub Profile
Title Approve owner
Headers Authorization=Bearer token
Description Access rights: administrator
URL /api/owners/approve
Method POST
Params id=owner id
Data Params example
{"id": "1"}
Success Response example{"success":true}
@daryailyushina
daryailyushina / edit_user_profile.md
Last active May 5, 2016 10:31
Gopoint documentation
Title Edit user profile
Headers Content-type: application/json
X-Authorization=Bearer token
URL /api/users/
Params name
description
Data Params example
{"name":"TestName", "description":"test description"}
Method PUT
Success Response example{"success":true}