docs-api
docs-api copied to clipboard
POST /orgs/:orgname (create an Org via REST API) 🙏
Greetings fellow Gogs Users! 👋
Our reading of the Organizations API Dos: https://github.com/gogs/docs-api/tree/master/Organizations
is that there is no way to create a new org ...
e.g:
POST /orgs/:orgname
We really want to be able to do this via the REST API for the App we are building.
Any help would be much appreciated.
Thanks.