diff --git a/wix-crm-backend/wix-crm-backend/Workflows.service.json b/wix-crm-backend/wix-crm-backend/Workflows.service.json index ec7cf309b3..bd750b1f59 100644 --- a/wix-crm-backend/wix-crm-backend/Workflows.service.json +++ b/wix-crm-backend/wix-crm-backend/Workflows.service.json @@ -666,7 +666,7 @@ " workflowId,", " {", " \"limit\": 2,", - " \"offset\": 10,", + " \"skip\": 10,", " \"order\": {", " \"field\": \"name\",", " \"sort\": \"asc\"", @@ -1872,4 +1872,4 @@ { }, "labels": [] } ], "extra": - { } } \ No newline at end of file + { } }