Authors

Update Author

Update an author's profile information.

Editable Fields:

  • author_name: Author display name
  • avatar_url: Profile image URL

Image Processing: Profile image URLs are uploaded to Inblog R2 storage by default. To preserve original URLs, use the preserve_external_images=true query parameter.

patch/authors/{id}

Path parameters

idstring uuid required

Author ID (UUID)

Query parameters

preserve_external_imagesboolean

Preserve external image URLs instead of uploading to R2 storage

Request body

Example request

{
  "jsonapi": {
    "version": "1.0"
  }
}

Response

Author updated successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.