latestOpenAPI 3.0.12026-08-10434791.3 KB

4eedf1838ef4

Project

Upload a project archive as a new project or a new revision of an existing project

put/api/projects

Query parameters

projectstring required

project name

revisionstring required

revision

schedule_fromstring

start scheduling of new workflows from the given time instead of current time

clear_schedulestring[]

clear_schedule

clear_schedule_allboolean

clear_schedule_all

skip_scheduleboolean

skip schedules to current time for workflows whose schedule definition changed. Ignored when clear_schedule or clear_schedule_all is specified.

Headers

Content-Lengthinteger

Response

default response

archiveMd5string byte

MD5 of archive

archiveTypestring required

archive type

createdAtstring date-time required

created time

deletedAtstring date-time

deleted time

idstring required

project ID

namestring required

project name

revisionstring required

revision

updatedAtstring date-time required

updated time

Example response

{
  "archiveMd5": "ZGRJdysyQ3VjZXI2UUN1c1ZhRXdDUT09",
  "archiveType": "s3",
  "createdAt": "2023-08-18T06:52:33Z",
  "deletedAt": "2023-08-18T06:52:33Z",
  "id": "123456",
  "name": "project-a",
  "revision": "rev-20230101-1",
  "updatedAt": "2023-08-18T06:52:33Z"
}