Skip to content
TALA
Esc
navigateopen⌘Jpreview

Finalize an avatar upload

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