Update a Blog Author
PATCH {{baseUrl}}/cms/v3/blogs/authors/:objectId?archived=<boolean>
Sparse updates a single Blog Author object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | Specifies whether to update deleted Blog Authors. Defaults to false . |
Request Body
{"avatar"=>"<string>", "bio"=>"<string>", "created"=>"<dateTime>", "deletedAt"=>"<dateTime>", "displayName"=>"<string>", "email"=>"<string>", "facebook"=>"<string>", "fullName"=>"<string>", "id"=>"<string>", "language"=>"ksf", "linkedin"=>"<string>", "name"=>"<string>", "slug"=>"<string>", "translatedFromId"=>"<long>", "twitter"=>"<string>", "updated"=>"<dateTime>", "website"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"avatar":"\u003cstring\u003e","bio":"\u003cstring\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","displayName":"\u003cstring\u003e","email":"\u003cstring\u003e","facebook":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"ksf","linkedin":"\u003cstring\u003e","name":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003clong\u003e","twitter":"\u003cstring\u003e","updated":"\u003cdateTime\u003e","website":"\u003cstring\u003e"}