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 chart to git
Propose the current instance version of a managed chart back to the connected repo: opens (or appends to) this instance’s write-back PR for the slug. The retroactive migration path for drifted content.
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
writebacks
/
charts
/
{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?