inaturalistjs
Preparing search index...
PutPostsByIdData
Type Alias PutPostsByIdData
type
PutPostsByIdData
=
{
body
?:
PostPost
;
path
:
{
id
:
number
}
;
query
?:
never
;
url
:
"/posts/{id}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
PostPost
Post object
path
path
:
{
id
:
number
}
Type declaration
id
:
number
ID of the record
Optional
query
query
?:
never
url
url
:
"/posts/{id}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
inaturalistjs
Loading...
Post object