kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
991 B
44 lines
991 B
3 years ago
|
# Schema: UsersModel
|
||
|
---
|
||
|
type: object
|
||
|
example:
|
||
|
_links:
|
||
|
self:
|
||
|
href: "/api/v3/users"
|
||
|
total: 2
|
||
|
count: 1
|
||
|
_type: Collection
|
||
|
_embedded:
|
||
|
elements:
|
||
|
- _type: User
|
||
|
_links:
|
||
|
self:
|
||
|
href: "/api/v3/users/1"
|
||
|
title: John Sheppard - j.sheppard
|
||
|
showUser:
|
||
|
href: "/users/1"
|
||
|
type: text/html
|
||
|
lock:
|
||
|
href: "/api/v3/users/1/lock"
|
||
|
title: Set lock on j.sheppard
|
||
|
method: POST
|
||
|
update:
|
||
|
href: "/api/v3/users/1"
|
||
|
title: Update j.sheppard
|
||
|
method: PATCH
|
||
|
delete:
|
||
|
href: "/api/v3/users/1"
|
||
|
title: Delete j.sheppard
|
||
|
method: DELETE
|
||
|
id: 1
|
||
|
login: j.sheppard
|
||
|
firstName: John
|
||
|
lastName: Sheppard
|
||
|
email: shep@mail.com
|
||
|
admin: true
|
||
|
avatar: https://example.org/users/1/avatar
|
||
|
status: active
|
||
|
language: en
|
||
|
createdAt: '2014-05-21T08:51:20Z'
|
||
|
updatedAt: '2014-05-21T08:51:20Z'
|