Add CDE project folder
POST/cde/:cde/:projectId/folder
Require admin rights
Request
Path Parameters
cde stringrequired
projectId stringrequired
- application/json
Body
folderId stringnullable
Project related folder id.
name stringrequired
Name.
cdeId stringrequired
CDE specific id.
excludeIds string[]nullable
CDE specific ids to exclude.
Responses
- 200
- 202
- 400
- 401
- 404
- 409
- 500
Success
Accepted
Bad Request
- application/json
- Schema
Schema
any
Unauthorized
Not Found
Conflict
Server Error
Loading...