mirror of
https://github.com/gogs/gogs.git
synced 2026-02-09 07:56:58 +01:00
docs: migrate to Mintlify (#8154)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create an organization"
|
||||
openapi: "POST /user/orgs"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Edit an organization"
|
||||
openapi: "PATCH /orgs/{orgname}"
|
||||
---
|
||||
4
docs/api-reference/organizations/get-an-organization.mdx
Normal file
4
docs/api-reference/organizations/get-an-organization.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get an organization"
|
||||
openapi: "GET /orgs/{orgname}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List teams of an organization"
|
||||
openapi: "GET /orgs/{orgname}/teams"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List user organizations"
|
||||
openapi: "GET /users/{username}/orgs"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List your organizations"
|
||||
openapi: "GET /user/orgs"
|
||||
---
|
||||
Reference in New Issue
Block a user