This repository was archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Account PUT
FromSi edited this page Nov 29, 2018
·
1 revision
| Название | Код |
|---|---|
| Изменить аккаунт | 201 |
http://account.osmium.kz/api/account ?
& token = <String>
& id = <Integer>
[-] & name_f = <String>
[-] & login = <String>
[-] & pass = <String>
- & type = <Integer>
- & group_id = <Integer>
- & name_l = <String>
- & patronymic = <String>
- & phone = <String>
- & email = <String>
- & room_id = <Integer>| Аргумент | Тип | Приоретет | Описание |
|---|---|---|---|
token |
String | 1 | null |
id |
Integer | 1 | null |
name_f |
Integer | 2 | null |
login |
String | 2 | null |
pass |
String | 2 | null |
type |
String | 3 | null |
group_id |
Integer | 3 | null |
name_l |
String | 3 | null |
patronymic |
String | 3 | null |
phone |
String | 3 | null |
email |
String | 3 | null |
room_id |
Integer | 3 | null |
{
"status":"SUCCESS"
}| Аргумент | Тип | Описание |
|---|---|---|
status |
String | null |