404 Analysis not found, not an empty analysis object.sender for community API-key callers, same as create.sendMessage. Keep the key server-side.{ "status": "fail", "statusCode": 404, "message": "Analysis not found" }.| Status | When | Recovery |
|---|---|---|
404 Analysis not found | Unknown {analysisId} | Copy an id from the list. |
401 | Missing or invalid token | Replace the key. |
{analysisId} is not a channel id or user id.curl --location --request PATCH 'https://adss-integration.returning.ai/apis/v1/analysis/6978da419dfe29f77fbab39e' \
--header 'x-data-security-key: returning-ai' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"title": "EURUSD Updated Analysis"
},
"sender": "pangray2025+t5@gmail.com"
}'{
"status": "success",
"message": "Analysis updated successfully",
"data": {
"analysisId": "507f1f77bcf86cd799439022",
"updatedFields": [
"title",
"preferenceText",
"expiry"
]
}
}