Skip to main content
PUT
Update author

Authorizations

x-api-key
string
header
required

Body

application/json
id
string
required
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

name
object

Author name keyed by language code. Keys must be language codes configured for the service.

slug
string

URL-friendly unique identifier (unique per tenant).

bio
object

Author bio keyed by language code (HTML allowed).

avatar
string

Avatar image URL.

email
string<email>

Public contact email (unique per tenant).

isPrivate
boolean

Whether the author is hidden from public listings.

isActive
boolean

Whether author is active.

Response

Updated