This commit is contained in:
@@ -214,7 +214,7 @@ namespace AyaNova.Api.Controllers
|
|||||||
!uploadFormData.FormFieldData.ContainsKey("AttachToObjectId"))
|
!uploadFormData.FormFieldData.ContainsKey("AttachToObjectId"))
|
||||||
{
|
{
|
||||||
badRequest = true;
|
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)
|
if (!badRequest)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user