/
AS
askui
/
AskUI Workspaces API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 4w ago
Details
Filter operations
access-tokens
8
agent-executions
3
agents
4
analytics
1
auth
2
billing
4
dashboard
1
files
4
invites
5
runner-jobs
3
runs
1
schedules
2
tools
1
workspace-memberships
4
workspaces
3
post
Create Workspace
delete
Delete Workspace
patch
Update Workspace Name
workspaces
Update Workspace Name
patch
/api/v1/workspaces/{workspace_id}
Path parameters
workspace_id
string
uuid4
required
Query parameters
expand
'workspaceMemberships'
nullable
Request body
UpdateWorkspaceNameRequestDto
required
name
string
required
Response
Successful Response
UpdateWorkspaceNameResponseDto
required
id
string
uuid4
createdAt
string
date-time
updatedAt
string
date-time
name
string
required
memberships
WorkspacesEntrypointsHttpRoutersWorkspacesMainUpdateWorkspaceNameResponseDtoWorkspaceMembershipDto[]
nullable
required
Changes