La POST sullo UserGroup restituisce un errore 400 Error: Bad Request
Quando si effettua una post sullo UserGroup con il seguente body:
{
"topic_id": null,
"manager_id": null,
"name": "string",
"short_description": "string",
"main_function": "string",
"more_info": "string",
"core_contact_point": {
"name": "string",
"email": "user@example.com",
"url": "www.example.com",
"phone_number": "string",
"pec": "user@example.com"
},
"core_location_id": "uuid"
}
Viene restituito il seguente errore:
{
"type": "error",
"title": "There was an error during save process",
"description": "Contact technical support at support@opencontent.it"
}
Edited by Lorenzo Salvadorini