Cannot save Entity : file patch length limit exceeded error is received when trying to upload a swagger.json file

Hello Katalon Team,
I keep receiving the “Cannot save Entity : file patch length limit exceeded (299/255) . You should shorten the name and try again” error when I try to import a swagger.json file.
I tried to follow the suggestions from this thread and also I went to as far as deleting sample objects and tests
From what I observed when importing the swagger.json the operationId variable from the json will be used as the Name of the imported endpoints and if the value of the operationId variable is longer than 255 characters this error will be received while stopping the import process
As a workaround I edited the Json and shortened all operationId values with names longer than 255 characters and the import worked

1 Like