v1
latestOpenAPI 3.0.32026-08-061874701.5 MBreports
Update report column
Updates the specified column in the report.
put/reports/{reportId}/columns/{columnVirtualId}
Request body
Response
Returns Result object containing the updated Report column object.
Example response
{
"message": "SUCCESS",
"result": {
"type": "PICKLIST",
"systemColumnType": "CREATED_BY",
"autoNumberFormat": {
"fill": "",
"prefix": "",
"startingNumber": 1,
"suffix": ""
}
}
}