coldbydefault-portfolio
Preparing search index...
types/blogs
UpdateBlogRequest
Interface UpdateBlogRequest
interface
UpdateBlogRequest
{
categoryId
?:
string
;
content
?:
string
;
credits
?:
Omit
<
BlogCredit
,
"id"
|
"blogId"
|
"createdAt"
|
"updatedAt"
>
;
excerpt
?:
string
;
featuredImage
?:
string
;
isDraft
?:
boolean
;
isFeatured
?:
boolean
;
isPublished
?:
boolean
;
language
?:
"en"
|
"de"
|
"es"
|
"fr"
|
"sv"
;
metaDescription
?:
string
;
metaTitle
?:
string
;
publishedAt
?:
Date
;
slug
?:
string
;
tags
?:
string
[]
;
title
?:
string
;
}
Index
Properties
category
Id?
content?
credits?
excerpt?
featured
Image?
is
Draft?
is
Featured?
is
Published?
language?
meta
Description?
meta
Title?
published
At?
slug?
tags?
title?
Properties
Optional
category
Id
categoryId
?:
string
Optional
content
content
?:
string
Optional
credits
credits
?:
Omit
<
BlogCredit
,
"id"
|
"blogId"
|
"createdAt"
|
"updatedAt"
>
Optional
excerpt
excerpt
?:
string
Optional
featured
Image
featuredImage
?:
string
Optional
is
Draft
isDraft
?:
boolean
Optional
is
Featured
isFeatured
?:
boolean
Optional
is
Published
isPublished
?:
boolean
Optional
language
language
?:
"en"
|
"de"
|
"es"
|
"fr"
|
"sv"
Optional
meta
Description
metaDescription
?:
string
Optional
meta
Title
metaTitle
?:
string
Optional
published
At
publishedAt
?:
Date
Optional
slug
slug
?:
string
Optional
tags
tags
?:
string
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
category
Id
content
credits
excerpt
featured
Image
is
Draft
is
Featured
is
Published
language
meta
Description
meta
Title
published
At
slug
tags
title
coldbydefault-portfolio
Loading...