Platform

Updates platform details (creates if not exists)

post/platform

Request body

displayNamestring required

Display name for the platform

Example request

{
  "displayName": "Acme Corp"
}

Response

Success

Example response

{
  "data": {
    "workspaceId": "ws_1234567890",
    "displayName": "Acme Corp",
    "created": "2024-01-13T00:00:00Z",
    "modified": "2024-01-14T00:00:00Z"
  }
}

Changes