Update space

Update an existing space in the organization

PUT
/iam/spaces/{spaceId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

spaceIdstring

Space ID

Update space input

name?string

Response Body

curl -X PUT "https://eu1.api.bivariant.com/v1/iam/spaces/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "createdAt": "string",
  "id": "string",
  "name": "string",
  "organizationId": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}