Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"prUrl": "<string>",
"status": "open",
"authorName": "<string>",
"authorUserUuid": "<string>",
"slug": "<string>",
"contentUuid": "<string>",
"contentType": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Write back content draft
Write a reviewed draft back to the repo as a pull request
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
drafts
/
{draftUuid}
/
write-back
Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"prUrl": "<string>",
"status": "open",
"authorName": "<string>",
"authorUserUuid": "<string>",
"slug": "<string>",
"contentUuid": "<string>",
"contentType": "<string>",
"uuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?