Update CDE project
PATCH/cde/:cde/:projectId
Require admin rights
Request
Path Parameters
- application/json
Body
Array [
]
Array [
]
Array [
]
schedule
object
CDE run schedule.
Weekdays bit mask.
time
object
required
UTC Time.
24-h format hour.
Minuntes.
addFiles
object[]
nullable
Project related folder id.
Name.
CDE specific id.
addFolders
object[]
nullable
Project related folder id.
Name.
CDE specific id.
CDE specific ids to exclude.
removeFolders
object[]
nullable
Responses
- 202
- 304
- 400
- 401
- 403
- 404
- 409
- 500
Accepted
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
Array [
]
schedule
object
CDE run schedule.
Weekdays bit mask.
time
object
required
UTC Time.
24-h format hour.
Minuntes.
folders
object[]
nullable
CDE specific folder id.
Folder name.
Project related folder ID.
Exclude folder from project.
Folder is in progress.
files
object[]
nullable
CDE specific file id.
File name.
Project related file ID.
Exclude file from project.
files
object[]
nullable
CDE specific file id.
File name.
Project related file ID.
Exclude file from project.
UTC DateTime of last run
{
"schedule": {
"weekdays": 0,
"time": {
"h": 0,
"m": 0
}
},
"folders": [
{
"cdeId": "string",
"name": "string",
"folderId": "string",
"exclude": true,
"adding": true,
"folders": [
null
],
"files": [
{
"cdeId": "string",
"name": "string",
"fileId": "string",
"exclude": true
}
]
}
],
"files": [
{
"cdeId": "string",
"name": "string",
"fileId": "string",
"exclude": true
}
],
"lastRun": "2024-07-29T15:51:28.071Z"
}
Not Modified
Bad Request
- application/json
- Schema
Schema
any
Unauthorized
Forbidden
Not Found
Conflict
Server Error