v1

latestOpenAPI 3.0.32026-07-1710494199.0 KB
projects

Partial update of a project

patch/projects/{id}/

Path parameters

idinteger required

A unique integer value identifying this project.

Request body

namestring

Name of the project

descriptionstring nullable

Description of the project

organization_idinteger
eda_credential_idinteger nullable

EdaCredential id of the project

signature_validation_credential_idinteger nullable

ID of an optional credential used for validating files in the project against unexpected changes

scm_branchstring nullable

Specific branch, tag or commit to checkout.

scm_refspecstring nullable

For git projects, an additional refspec to fetch.

verify_sslboolean

Indicates if SSL verification is enabled

proxystring nullable

Proxy server for http or https connection

Response

Update successful. Return an updated project.

namestring required
descriptionstring
organization_idinteger nullable required
eda_credential_idinteger nullable
signature_validation_credential_idinteger nullable required
scm_branchstring
scm_refspecstring
verify_sslboolean
proxystring required
idinteger required
urlstring required
scm_type'git' required
  • git - Git
git_hashstring required
import_state'pending' | 'running' | 'failed' | 'completed' required
  • pending - Pending
  • running - Running
  • failed - Failed
  • completed - Completed
import_errorstring nullable required
created_atstring date-time required
modified_atstring date-time required