app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.network.services
/
RobotoffAPI
/
annotateInsight
annotate
Insight
androidJvm
@
FormUrlEncoded
@
POST
(
value
=
"/api/v1/insights/annotate"
)
abstract
suspend
fun
annotateInsight
(
@
Field
(
value
=
"insight_id"
)
insightId
:
String
,
@
Field
(
value
=
"annotation"
)
annotation
:
Int
)
:
AnnotationResponse
Content copied to clipboard
@
FormUrlEncoded
@
POST
(
value
=
"/api/v1/insights/annotate"
)
abstract
suspend
fun
annotateInsight
(
@
Field
(
value
=
"insight_id"
)
insightId
:
String
,
@
Field
(
value
=
"annotation"
)
annotation
:
Int
,
@
Header
(
value
=
"Authorization"
)
auth
:
String
)
:
AnnotationResponse
Content copied to clipboard