Skip to content

Update customer organization avatar

PUT
/customer-organizations/{id}/avatar
curl --request PUT \
--url https://api.muninx.com/customer-organizations/example/avatar \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form avatar=@file

Uploads and resizes the logo for a customer organization inside the authenticated tenant organization. Only tenant admins can perform this operation.

id
required
string

Customer Organization ID

Media type multipart/form-data
object
avatar
required

Avatar image (jpg, png, webp). Max 5MB.

string format: binary

OK

Media type application/json
object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}