/
SC
scalar
/
Core
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 10h ago
Details
Filter operations
access-groups
8
analytics
4
api-docs
21
auth
29
docs
6
github
19
login-portals
5
payment
3
publish
10
registry-git
12
rules
10
schemas
12
sdks
21
share
1
signup
1
team
37
themes
6
utility
1
vcs
6
waitlist
1
webhooks
7
workspace
8
post
/workspaces/{namespace}
delete
/workspaces/{namespace}/{slug}
patch
/workspaces/{namespace}/{slug}
post
/workspaces/{namespace}/{slug}/version
post
/workspaces/{namespace}/{slug}/access/{group}
delete
/workspaces/{namespace}/{slug}/access/{group}
get
/workspaces/{namespace}/{slug}/available
delete
/workspaces/{namespace}/{slug}/version/{version}
get
/forgejo/git-credentials
post
/docs-projects/create
delete
/docs-projects/delete
get
/docs-projects/{slug}
post
/docs-projects/update-repo-settings
post
/docs-projects/{projectUid}/link-github
post
/docs-projects/{projectUid}/unlink-github
post
/docs-projects/{projectUid}/link-bitbucket
post
/docs-projects/{projectUid}/unlink-bitbucket
post
/docs-projects/{projectUid}/bitbucket/refresh-webhook
Webhooks
webhooks
1
workspace
Creates a new workspace
post
/workspaces/{namespace}
Path parameters
namespace
string
required
Request body
object
required
{"stackTrail":"paths:/workspaces/{namespace}:post:requestBody:content:application/json:schema:properties:tags","oasType":"schema","type":"unknown"}
title
string
description
string
isPrivate
boolean
slug
string
version
string
loginPortal
string
workspaceJson
string
accessGroups
Slug[]
Response
Default Response
Workspace
required
uid
string
required
createdAt
integer
required
updatedAt
integer
required
namespace
string
required
title
string
required
slug
string
required
description
string
required
isPrivate
boolean
required
pinned
boolean
required
{"stackTrail":"components:schemas:workspace:properties:tags","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:workspace:properties:accessGroups","oasType":"schema","type":"unknown"}
loginPortalUid
string
verifiedContent
boolean
source
union
required
git
RegistryGitBinding
version
string
required
versions
WorkspaceVersion[]
required
Changes