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 Types | Value |
|---|---|
| Disabled | 0 |
| Enabled | 1 |
| Draft | 2 |
| Pending | 3 |
| Deleted | 4 |
| DisabledByParent | 5 |
Permissions: The caller must be a Code Signing Administrator, or a Owner.
Required scope: codesign:manage
Request
Responses
- 200
- 400
- 401
- 403
Success
Missing or invalid request property.
A valid access token is required.
The API requires a scope not granted to the provided access token