Authors
Update Author
How to update an existing author profile in Octavia AI CMS.
PUT
Update author
Updating an author lets you refresh or localize their profile information without affecting their associated articles.
Only the fields you include in the request will be updated — all others remain unchanged.
The only required field is
Only the fields you include in the request will be updated — all others remain unchanged.
The only required field is
id, which identifies the author to modify.
You can use this to update multilingual fields such as name or bio, or adjust metadata like isPrivate, isActive, and slug.
Rules
- ✅ Only the provided fields will be updated
- ✅
idis required to identify the author - ✅ Multilingual fields must follow the standard multilingual format
- ✅ You can safely update fields like
bio,email, orslug - ❌ Do not assign the same
slugto multiple authors - ❌ Deactivating an author (
isActive: false) will remove them from new article assignments
Validation & Behavior
- Updating an author does not affect already published articles
- Use
isActive: falseto hide an author from public listings while preserving their data - Multilingual updates merge with existing data — you can add new locales without overwriting existing ones
- All updates are logged with timestamps for audit and tracking
Update author

