Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Stamp content-as-code settings
Persist the repo’s content_as_code flags as project-level state. Called by the CLI at upload time so the instance learns what the repo has opted into (Git-backed tracking and write-back).
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
sync-settings
Error
A valid request URL is required to generate request examples{
"status": "ok",
"results": "<unknown>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?