17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
|
|
meta {
|
||
|
|
name: Updates the details of a User object -including its password--
|
||
|
|
type: http
|
||
|
|
seq: 6
|
||
|
|
}
|
||
|
|
|
||
|
|
patch {
|
||
|
|
url: https://backend.memori.ai/api/v2/User/{strToken}/{strUserID}
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strToken:
|
||
|
|
strUserID:
|
||
|
|
}
|