Back to Docs
Preparing search index...
The search index is not available
next-drupal
next-drupal
JsonApiUpdateResourceBody
Interface JsonApiUpdateResourceBody
interface
JsonApiUpdateResourceBody
{
data
:
{
attributes
?:
Record
<
string
,
any
>
;
id
?:
string
;
relationships
?:
Record
<
string
,
JsonApiResourceBodyRelationship
>
;
type
?:
string
;
}
;
}
Index
Properties
data
Properties
data
data
:
{
attributes
?:
Record
<
string
,
any
>
;
id
?:
string
;
relationships
?:
Record
<
string
,
JsonApiResourceBodyRelationship
>
;
type
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Back to Docs
next-drupal
Loading...