Workspaces

This API gives you the accessibility to create a new workspace in your TexAu account.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Body
workspaceNamestringRequired

The workspace name

Example: My Workspace
orgUserIdstringRequired

The orgUserId

Example: 5e9f8f8f8f8f8f8f8f8f8f8
organisationIdstringRequired

The organisationId

Example: 5e9f8f8f8f8f8f8f8f8f8f8
timezonestringOptional

The TimeZone

Example: Asia/Kolkata
Responses
post
/api/v1/public/workspaces

This API gives you the accessibility to change your workspace name.

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
workspaceIdstringRequired

The workspace id

Example: 679cb332c77f9b9ef3264d56
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Body
workspaceNamestringRequired

The New Workspace Name

Example: New Workspace
organisationIdstringRequired
Responses
200

Workspace update successful

No content

put
/api/v1/public/workspaces/{workspaceId}

No content

This API gives you accessibility of deleting the workspace

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
workspaceIdstringRequired

The workspace id

Example: 679cb332c77f9b9ef3264d56
Header parameters
X-TexAu-ContextstringRequired

Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’

Responses
200

Workspace deleted successfully

No content

delete
/api/v1/public/workspaces/{workspaceId}

No content

Last updated