Saltar al contenido principal

Compartir-vista-de-feature

Ver en Git


Compartir vista de feature

Este endpoint crea una entidad "vista" y manda una notificación con notification center.

POST /share_feature

Importante: la URL no debe contener el host.
Ejemplo: /activities.

Body:

{
"comment": string | null,
"url": string,
"user_ids": string[],
"feature_id": int,
"farm_uuids": uuid[],
"field_uuids": uuid[] | []
}

Respuesta:

{
"info": "notificacion enviada correctamente"
}