Request
Body Params application/json
{
"answers": [],
"fullName": "petrik",
"email": "patrick.jtk@gmail.com",
"birthDate": "2022-09-08",
"profileLogo": null,
"confidenceScore": 3.4
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/web/open/profile/update/727d206f-b28f-4385-9abf-b80d0b15a929' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"answers": [],
"fullName": "petrik",
"email": "patrick.jtk@gmail.com",
"birthDate": "2022-09-08",
"profileLogo": null,
"confidenceScore": 3.4
}'
Responses
application/json Modified at 2024-03-06 02:01:11