inaturalistjs
Preparing search index...
PutObservationPhotosByIdData
Type Alias PutObservationPhotosByIdData
type
PutObservationPhotosByIdData
=
{
body
?:
{
file
?:
Blob
|
File
;
observationPhotoPosition
?:
number
}
;
path
:
{
id
:
number
}
;
query
?:
never
;
url
:
"/observation_photos/{id}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
{
file
?:
Blob
|
File
;
observationPhotoPosition
?:
number
}
Type declaration
Optional
file
?:
Blob
|
File
The photo
Optional
observationPhotoPosition
?:
number
Position in which the photo is displayed for the observation
path
path
:
{
id
:
number
}
Type declaration
id
:
number
ID of the record
Optional
query
query
?:
never
url
url
:
"/observation_photos/{id}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
inaturalistjs
Loading...
The photo