Platform
Updates platform details (creates if not exists)
post/platform
Request body
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"
}
}