update_workspace | R Documentation |
Updates workspace attributes. For the moment, this function/endpoint only updates the display name.
update_workspace(
name,
display_name,
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
name |
Character. Name identifier of workspace to update. |
display_name |
Character. Name displayed in GUI to describe workspace. This value is updated. |
server |
Full server web address (e.g., |
user |
Admin or API user name |
password |
Admin or API password |
Wrapper for PATCH /api/v1/workspaces/{name}
endpoint
Server-side side-effect of updating workspace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.