Update the profile

Updates the user's profile, merging with any exist fields.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
header Parameters
cookie
string

The session cookie.

Example: `blaize_session=...` (string)
Request Body schema: application/json
first_name
string
surname
string
Responses
200

OK

400

Bad Request

401

Unauthorized

patch/blaize/profile
Request samples
application/json
{
  • "first_name": "Joe",
  • "surname": "Blow"
}