curl --request PUT \
--url https://api.blaxel.ai/v0/workspaces/{workspaceName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"accountId": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"region": "<string>",
"runtime": {
"generation": "<string>"
}
}'
{
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"accountId": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"region": "<string>",
"runtime": {
"generation": "<string>"
}
}
Updates a workspace by name.
curl --request PUT \
--url https://api.blaxel.ai/v0/workspaces/{workspaceName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"accountId": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"region": "<string>",
"runtime": {
"generation": "<string>"
}
}'
{
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"accountId": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"region": "<string>",
"runtime": {
"generation": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
name of the workspace
Workspace Time fields for Persistance Owner fields for Persistance
successful operation
Workspace Time fields for Persistance Owner fields for Persistance
Was this page helpful?