Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
hubId
string
required

Body

application/json

Payload to update an existing Hub.

The id and orgId fields are immutable and must match the fields from the URL. This is a full replace/update, any unset fields will be unset in the database.

id
string
required
orgId
string
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
deletedAt
string<date-time>

Response

A single Hub result

id
string
required
orgId
string
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
deletedAt
string<date-time>