How do I set Allow LFS on the creation of a repository from the BitBucket API?
To set Allow forks, I set forkable to true on the body of my BitBucket API POST command.
Is there an equivalent flag that can be included in the body of my BitBucket API POST command to set Allow LFS?