• Developers
  • Bunq API: Superfluous field 'avatar' on PUT user-person

Hi! I'm trying to update the user avatar using a PUT request on user-person. The body is as follows: { 'avatar': { 'uuid': 'INSERT UUID HERE' } }

Is it even possible to update the avatar this way? Please let me know :)

    @Bastiaan#278241 Yup, post attachment public with png file (success, got uuid) -> post avatar with uuid from attachment public (success, also got uuid) -> put user-person with 'avatar': { 'uuid': 'UUID HERE' } (fail!!)

      Write a Reply...