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
List content drafts
Unpublished content drafts awaiting review
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
drafts
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?