Is there size limit for postman API?

I tried the following api
https://api.getpostman.com/collections/{{collectionId}}

I was trying to update a collection of > 20 MB, and got the following response:

{“error”:{“name”:“PayloadTooLargeError”,“message”:“request entity too large”}}

Is there a size limit to update a collection?