Skip to main content

Update Environment

POST 

/vedsdk/codesign/UpdateEnvironment

Updates CodeSign Protect Environment settings that appear in an approved project.

To properly disable an environment, ensure the following steps are taken:

  • Disabled Flag: Set the 'Disabled' flag to true.
  • Status Property: Set the 'Status' property to 0, which corresponds to a specific enum value defined in SignProjectStatus.
Status TypesValue
Disabled0
Enabled1
Draft2
Pending3
Deleted4
DisabledByParent5

Permissions: The caller must be a Code Signing Administrator, or a Owner.

Required scope: codesign:manage

Request

Responses

Success