Skip to content

Latest commit

 

History

History
63 lines (31 loc) · 793 Bytes

File metadata and controls

63 lines (31 loc) · 793 Bytes

API doc

This is API documentation for Example API (with protobuf). This is generated by httpdoc. Don't edit by hand.

Table of contents

[200] GET /v2/user/169743

Get a user

Request

Response

Headers

Name Value Description
Content-Type application/protobuf

Response fields

Name Value Description
Name Immortan Joe User name
Setting.Email immortan@madmax.com User email

Response example

Click to expand code.
{
  "id": 169743,
  "name": "Immortan Joe",
  "active": true,
  "setting": {
    "email": "immortan@madmax.com"
  }
}