Skip to main content
PUT
/
spaces
{
  "object": {
    "identifier": "<string>",
    "name": "<string>",
    "description": "",
    "workers": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "isLocked": 0,
    "termsAgreed": 0,
    "createUser": "jsmith@example.com",
    "expireDate": "2023-11-07T05:31:56Z",
    "cancelUser": "jsmith@example.com",
    "cancelDate": "2023-11-07T05:31:56Z",
    "status": "new"
  }
}

Body

application/json
identifier
string
required

Identifier

Maximum string length: 255
Pattern: ^[a-z0-9-]+$
name
string
required

Name of the space

Maximum string length: 255
purpose
enum<string>
required
Available options:
prod,
uat,
test,
dev
description
string
default:""

Description of the space.

Maximum string length: 64000

Response

Update a space

object
object