1. Users API
GY Docs
  • Documentation
  • Authentication API
    • Login
      POST
    • Sign Up
      POST
    • Google Authentication
      GET
  • Users API
    • List Users
      GET
    • List Users (Public)
      GET
    • Remove User
      DELETE
    • Get User Profile
      GET
    • Set Profile
      PUT
    • Get Username
      GET
    • Update Username
      PATCH
    • Get Email
      GET
    • Get Picture
      GET
    • Update Picture
      PATCH
    • Get Phone Number
      GET
    • Update Phone Number
      PATCH
    • Update Password
      PATCH
    • Get Metadata
      GET
    • Refresh API Key
      PATCH
  • RaΓ­z
GY Accounts
GY BooksHeralds of Chaos
GY Accounts
GY BooksHeralds of Chaos
  1. Users API

Update Picture

PATCH
https://api.gycoding.com/accounts/user/picture
Modifies user's profile picture.

Request

Header Params

Body Params text/plainRequired
Any picture URL.

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.gycoding.com/accounts/user/picture' \
--header 'Authorization;' \
--header 'Content-Type: text/plain' \
--data-raw ''

Responses

🟒200Success
application/json
Body

Example
"string"
πŸ”΅304Not Modified
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠405Method Not Allowed
πŸ”΄500Internal Error
Previous
Get Picture
Next
Get Phone Number
Built with