Skip to main content
POST
Update fan profile

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
first_name
string
required
Example:

"John"

last_name
string
required
Example:

"Doe"

email
string<email> | null
Example:

"fan@example.com"

password
string<password>

Optional, updates password if provided

Example:

"SecurePass1!"

location
string
Example:

"Los Angeles, CA"

profile_photo
string

Base64 encoded photo

Example:

"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg=="

Response

200

Profile updated