FlocMatch OpenAPI Documentation
  • 👨‍💻Get Started with FlocMatch OpenAPI
  • auth
    • login
  • general
    • getNotice
  • User Information
    • getPrivateUserinfo
    • getPublicUserinfo
  • User Managements
    • updateBio
    • register
    • verifyEmail
    • editUserinfo
  • Flocs
    • newFloc
    • getFloc
    • getFlocList
    • searchFloc
    • deleteFloc
Powered by GitBook
On this page

Was this helpful?

  1. User Managements

updateBio

Update User Bio

POST https://api2.scian.xyz/fm/updateBio

message: success

username: string

bio: string

Request Body

Name
Type
Description

username*

String

username

authkey*

String

credential

bio*

String

Bio information to update

PreviousgetPublicUserinfoNextregister

Last updated 1 year ago

Was this helpful?