Update
POST/platform
Updates platform details (creates if not exists)
Body ParametersJSON
displayName: string
Display name for the platform
Returns
Update
curl https://api.us-west-2.fragment.dev/platform \
-H 'Content-Type: application/json' \
-d '{
"displayName": "Acme Corp"
}'{
"data": {
"created": "2024-01-13T00:00:00Z",
"displayName": "Acme Corp",
"workspaceId": "ws_1234567890",
"modified": "2024-01-14T00:00:00Z"
}
}Returns Examples
{
"data": {
"created": "2024-01-13T00:00:00Z",
"displayName": "Acme Corp",
"workspaceId": "ws_1234567890",
"modified": "2024-01-14T00:00:00Z"
}
}