Error
A valid request URL is required to generate request examples{
"status": "<string>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
Handle dbt Cloud webhook
Handle dbt Cloud webhook for job completion
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
dbt-cloud
/
webhook
Error
A valid request URL is required to generate request examples{
"status": "<string>"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Body
application/json
This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
Response
Ok
Was this page helpful?