atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 643 forks source link

[Bitbucket] Add function to enable/disable repo forking #1269

Open tuxmaster5000 opened 8 months ago

tuxmaster5000 commented 8 months ago

For an repo I can enable/disable LFS. But the same is missing for the forking setting. On the the UI I can change this, so please add this also to the python module.

In the current version this can only be set while creating an repo.

Thanks