bruno/memori-backend/User/Updates the details of a User object -including its password--.bru

17 lines
249 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
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:
}