Skip to content
TALA
Esc
navigateopen⌘Jpreview

Update the caller profile

PATCH/api/auth/user/profile
Request body
requiredapplication/json
object
Responses
200
Try it
Server
Bodyapplication/json
Request
curl -X PATCH "http://localhost:8000/api/auth/user/profile" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
No example response.