mirror of
https://github.com/gogs/gogs.git
synced 2026-01-01 13:10:00 +01:00
* Add API endpoint /api/v1/user/orgs The difference between this endpoint and /api/v1/admin/users/<username>/orgs, is that here you're creating a repo with the `user` that corresponds to the API token you're using. * Extract duplicate API org creation