Update text object
Path Parameters
projectId string required
pinboardId string required
pageId string required
objectId string required
application/json
Request Body required
html string
pageEtag string nullable
position object nullable
style object nullable
backgroundColor string nullable
borderColor string nullable
borderRadius int32 nullable
borderWidth int32 nullable
boxShadow boolean nullable
padding string nullable
showTitle boolean nullable
textColor string nullable
title string nullable
Responses
- 200
Payload of PinboardPage
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
_etag string nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
id string nullable
isDeleted boolean nullable
pageObjects object[] nullable
analysisObject object nullable
adoc string nullable
analysisType string nullable
chartStyle object nullable
customerId string nullable
datasetId string nullable
isSurveyDataset boolean nullable
projectId string nullable
id string nullable
imageObject object nullable
innerPosition string
url string
style object nullable
backgroundColor string nullable
borderColor string nullable
borderRadius int32 nullable
borderWidth int32 nullable
boxShadow boolean nullable
padding string nullable
showTitle boolean nullable
textColor string nullable
textObject object nullable
html string
title string nullable
type string nullable
pageStyle object nullable
backgroundColor string nullable
backgroundImage string nullable
parentPageId string nullable
pinboardId string nullable
positions object nullable
property name* object
title string nullable
type string nullable
{
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.827Z",
"customerId": "string",
"id": "string",
"isDeleted": true,
"pageObjects": [
{
"analysisObject": {
"adoc": "string",
"analysisType": "string",
"chartStyle": {},
"customerId": "string",
"datasetId": "string",
"isSurveyDataset": true,
"projectId": "string"
},
"id": "string",
"imageObject": {
"innerPosition": "string",
"url": "string"
},
"style": {
"backgroundColor": "string",
"borderColor": "string",
"borderRadius": 0,
"borderWidth": 0,
"boxShadow": true,
"padding": "string",
"showTitle": true,
"textColor": "string"
},
"textObject": {
"html": "string"
},
"title": "string",
"type": "string"
}
],
"pageStyle": {
"backgroundColor": "string",
"backgroundImage": "string"
},
"parentPageId": "string",
"pinboardId": "string",
"positions": {},
"title": "string",
"type": "string"
}
Loading...