bluesky-social / atproto

Social networking technology created by Bluesky
Other
6.17k stars 432 forks source link

Update a profile via api #2583

Closed Kadmas closed 3 months ago

Kadmas commented 3 months ago

Is your feature request related to a problem? Please describe.

I was looking through the api documentation for the ability to update the profile. In particular for the avatar and the banner. I'm not having luck finding this.

Describe the solution you'd like

An answer if this is planned for the future

Describe alternatives you've considered

🤷

Additional context

bnewbold commented 3 months ago

We have a tutorial about this here: https://docs.bsky.app/docs/tutorials/editing-profiles

Profiles, like posts, are "records". Creating and updating them is done by creating or updating the relevant records.

Kadmas commented 3 months ago

Thank you @bnewbold. This didn't immediately jump out at me when skimming the api docs. If anyone else finds this issue and is looking for the api call info it's here

Kadmas commented 3 months ago

Closing as completed. Thanks again