Sync all CDEs for project
GET/cde/:projectId/syncall
Sync all CDEs for project
Request
Path Parameters
projectId stringrequired
Responses
- 200
- 401
- 403
- 404
- 409
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
cde stringnullable
started booleannullable
[
{
"cde": "string",
"started": true
}
]
Unauthorized
Forbidden
Not Found
Conflict
Loading...