1. Profile
Gau Backend Microservices
  • Default module
    • Config Service
      • Get
      • Update
      • Delete
      • Create
      • Health
    • Account Service
      • Authentication
        • Register
        • Login
        • Oauth2
      • Profile
        • Get
        • Upload Avatar
        • Update
    • License Service
      • Create
      • Active
      • Verify
      • Detail
      • Revoke
      • Health
    • Authorization Service
      • Create
      • Renew
      • Check
      • Health
      • Revoke
    • Upload Service
      • [File] Upload File
      • [File] Get Upload File
    • Legacy
      • CDN Service
        • [CDN] Get File
      • Account Service
        • Basic Auth
          • [Auth] Login
          • [Auth] Register
          • [Auth] Logout
        • OAuth 2.0
          • [Auth] Google Login
          • [Auth] Logout
        • Profile
          • [Profile] Update Profile
            PUT
          • [Profile] Get Profile
            GET
          • [Profile] Get Security Info
            GET
          • [Profile] Update Avatar
            PATCH
          • [Profle] Get All Data
            GET
        • MFA
          • [TOTP] Get TOTP Authentication
          • [TOTP] Enable TOTP Authentication
          • [TOTP] Verify Login
  1. Profile

[Profile] Update Avatar

PATCH
https://api.gauas.com/api/v2/account/profile/avatar
Maintainer:tnqbao

Request

Header Params

Body Params multipart/form-data

Responses

🟠404Record Not Found
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.gauas.com/api/v2/account/profile/avatar' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--form 'file=@"C:\\Users\\Quoc Bao\\Downloads\\anh_nong_hap_dan.jpeg"'
Modified at 2025-08-25 09:13:48
Previous
[Profile] Get Security Info
Next
[Profle] Get All Data
Built with