Files
blink/backend/apis/BlinkApiCollection/UpdatePerson.bru
Alessandro Ferro ade6a05408 experience update
2025-04-18 15:24:40 +02:00

33 lines
686 B
Plaintext

meta {
name: UpdatePerson
type: http
seq: 26
}
patch {
url: http://localhost:3000/api/people/me
body: json
auth: inherit
}
headers {
Content-Type: application/json
User-Agent: insomnia/2023.5.8
}
body:json {
{
"displayName": "John Junior Doe III",
"dateOfBirth": "1970-01-01",
"openToWork": "false",
"placeOfLiving": "Oslo, Norway",
"aboutMe": "I am a passionate software engineer, but I also love art and music",
"new_password": "password",
"old_password": "password",
"qualification" : "Software Engineer at Blink Inc. & Google LLC",
"visibility": "EVERYONE",
"oldPassword": "password",
"newPassword": "password"
}
}