Skip to content

Update tenant avatar

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

Uploads and resizes the workspace logo for the tenant organization identified by the authenticated token. Only tenant admins can perform this operation. Use this as the ID to select that tenant organization.

id
required
string

Tenant organization ID or ‘this’

Example
this
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
{}