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