morio.api.upsert.required
Upsert required - The request failed because creating this record would overwrite data. Use an upsert (PUT) endpoint if this is what you want.
Example response
{
"type": "https://morio.it/docs/reference/errors/morio.api.upsert.required",
"status": 409,
"title": "Upsert required",
"detail": "The request failed because creating this record would overwrite data. Use an upsert (PUT) endpoint if this is what you want."
}