Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"status": "pending",
"prUrl": "<string>",
"prNumber": 123,
"branch": "<string>",
"slug": "<string>",
"contentType": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Propose dashboard to git
Propose the current instance version of a managed dashboard back to the connected repo, including its dashboard-owned tile charts. Pass addToGit to deliberately add UI-only content to the repo.
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
writebacks
/
dashboards
/
{slug}
/
propose
Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"error": "<string>",
"status": "pending",
"prUrl": "<string>",
"prNumber": 123,
"branch": "<string>",
"slug": "<string>",
"contentType": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?