{ "operationId": "atlassianSetdashboarditemproperty", "method": "PUT", "path": "/rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}", "summary": "Atlassian Set Dashboard Item Property", "requestExamples": [ { "contentType": "application/json", "example": { "number": 5, "string": "string-value" } } ], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"The JSON data provided for the property has too many levels. It must be an object with all keys and values as strings.\"],\"errors\":{}}" } ] }