/
GO
gogs
/
Gogs API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 2mo ago
Details
Filter operations
Administration
12
Collaborators and Deploy Keys
8
Issues
25
Miscellaneous
4
Organizations
6
get
List your organizations
post
Create an organization
get
List user organizations
get
Get an organization
patch
Edit an organization
get
List teams of an organization
Releases
1
Repositories
23
Users
21
Webhooks
4
Organizations
Create an organization
Creates an organization for the authenticated user.
post
/user/orgs
Request body
object
required
username
string
required
full_name
string
description
string
website
string
location
string
Response
Organization created successfully.
Organization
required
id
integer
username
string
full_name
string
avatar_url
string
description
string
website
string
location
string
Changes