Skip to main content
PUT
/
organisations
/
{organisationId}
/
boards
/
{boardId}
cURL
curl --request PUT \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "orgId": "<string>",
  "name": "<string>",
  "hubId": "<string>",
  "status": "unknown",
  "activePublishInfo": {
    "id": "<string>",
    "taskId": "<string>",
    "lastEventId": "<string>",
    "listeners": [
      {
        "id": "<string>",
        "appNodeId": "<string>",
        "operationNodeId": "<string>",
        "url": "<string>",
        "contentType": "<string>",
        "security": {},
        "additionalHeaders": {},
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  },
  "recentPublishHistory": [
    {
      "id": "<string>",
      "taskId": "<string>",
      "lastEventId": "<string>",
      "listeners": [
        {
          "id": "<string>",
          "appNodeId": "<string>",
          "operationNodeId": "<string>",
          "url": "<string>",
          "contentType": "<string>",
          "security": {},
          "additionalHeaders": {},
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z",
  "tags": {},
  "thumbnailUrl": "<string>"
}'
{
  "id": "<string>",
  "orgId": "<string>",
  "name": "<string>",
  "hubId": "<string>",
  "status": "unknown",
  "activePublishInfo": {
    "id": "<string>",
    "taskId": "<string>",
    "lastEventId": "<string>",
    "listeners": [
      {
        "id": "<string>",
        "appNodeId": "<string>",
        "operationNodeId": "<string>",
        "url": "<string>",
        "contentType": "<string>",
        "security": {},
        "additionalHeaders": {},
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  },
  "recentPublishHistory": [
    {
      "id": "<string>",
      "taskId": "<string>",
      "lastEventId": "<string>",
      "listeners": [
        {
          "id": "<string>",
          "appNodeId": "<string>",
          "operationNodeId": "<string>",
          "url": "<string>",
          "contentType": "<string>",
          "security": {},
          "additionalHeaders": {},
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z",
  "tags": {},
  "thumbnailUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json
id
string
required
orgId
string
required
name
string
required
status
enum<string>
required
Available options:
unknown,
draft,
publishing,
published,
unpublishing
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
hubId
string
activePublishInfo
object
recentPublishHistory
object[]
deletedAt
string<date-time>
tags
object
thumbnailUrl
string<uri>

Response

id
string
required
orgId
string
required
name
string
required
status
enum<string>
required
Available options:
unknown,
draft,
publishing,
published,
unpublishing
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
hubId
string
activePublishInfo
object
recentPublishHistory
object[]
deletedAt
string<date-time>
tags
object
thumbnailUrl
string<uri>