This commit is contained in:
2020-05-08 23:56:55 +00:00
parent a640676ac3
commit 60a79bab63

View File

@@ -214,7 +214,7 @@ namespace AyaNova.Api.Controllers
!uploadFormData.FormFieldData.ContainsKey("AttachToObjectId"))
{
badRequest = true;
errorMessage = "AttachToObjectType and / or AttachToObjectId are missing and are required";
errorMessage = "Missing one or more required FormFieldData values: AttachToObjectType, AttachToObjectId, FileData";
}
if (!badRequest)
{