(multipart/form-data; boundary=b7nKPzJpa0Do+YuCSNnFspJt)
data:
(application/json)
{
"image" : 100
}
attachment:
(application/octet-stream)
[application/octet-stream]
(application/json)
"multipart/form-data"
(none/none)
Fetch user
Name | required | type | default value | description | example value |
---|---|---|---|---|---|
name | false | string | Just some user name | John |
(none/none)
[none/none]
(application/json)
{
"id" : 1,
"name" : "Jim"
}
(application/json)
Fetch user
{
"id" : 2,
"name" : "Hello"
}
(application/json)
{
"id" : 2,
"name" : "Hello"
}
(none/none)
(none/none)
[none/none]
(text/plain; charset=UTF-8)
HTTP method not allowed, supported methods: GET
(none/none)
Name | required | type | default value | description | example value |
---|---|---|---|---|---|
offset | number | 0 | |||
limit | number | 10 |
(none/none)
[none/none]
Name | required | type | default value | description | example value |
---|---|---|---|---|---|
Authorization | string | Basic YWRtaW46YWRtaW4= |
(application/json)
[
{
"id" : 1,
"name" : "John"
},
{
"id" : 2,
"name" : "Jim"
},
{
"id" : 3,
"name" : "Jake"
},
{
"id" : 4,
"name" : "Jacob"
},
{
"id" : 5,
"name" : "Jane"
}
]
(none/none)
(none/none)
[none/none]
(application/json)
{
"id" : 3,
"name" : "Jake"
}