Skip to main content
PATCH
Update author

Authorizations

Authorization
string
header
required

Your Marble API key

Path Parameters

identifier
string
required

Author ID or slug

Example:

"john-doe"

Body

application/json
name
string
Minimum string length: 1
Example:

"John Doe"

slug
string
Minimum string length: 1
Example:

"john-doe"

bio
string | null
Example:

"Updated bio"

role
string | null
Example:

"Senior Editor"

email
string<email> | null
Example:

"john@example.com"

image
string<uri> | null
Example:

"https://media.marblecms.com/new-avatar.jpg"

socials
object[]

Social media links. Replaces all existing socials when provided.

Response

Author updated successfully

author
object
required