Skip to content

Commit 78dffdd

Browse files
Add docs for custom_kms_alias update
1 parent 473a121 commit 78dffdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ As an alternative to importing individual objects into your library, you can acc
9898
- `bus_owner_email`: the email address of the business owner of the application
9999
- `git_repo_url`: the URL to the git repository containing the code for the application
100100
- `custom_kms_alias`: the alias for the Customer Managed Encryption Key (CMK), which will be used to encrypt/decrypt customer provided data. Note: The Customer Managed Encrytion Key feature must be activated and configured for your organization before attempting to set this value.
101-
- `update_app(guid, app_name, business_criticality, business_unit(opt), teams(opt), policy_guid(opt), custom_fields(opt array), bus_owner_name(opt), bus_owner_email(opt),git_repo_url(opt))`: update an application profile. Note that partial updates are NOT supported, so you need to provide all values including those that aren't changing.
101+
- `update_app(guid, app_name, business_criticality, business_unit(opt), teams(opt), policy_guid(opt), custom_fields(opt array), bus_owner_name(opt), bus_owner_email(opt),git_repo_url(opt),custom_kms_alias(opt))`: update an application profile. Note that partial updates are NOT supported, so you need to provide all values including those that aren't changing.
102102
- `delete_app(guid)`: delete the application identified by `guid`. This is not a reversible action.
103103
- `get_custom_fields()`: get a list of app profile custom fields available for your organization.
104104

docs/applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following methods call Veracode REST APIs and return JSON.
1818
- `bus_owner_email`: the email address of the business owner of the application
1919
- `git_repo_url`: the URL to the git repository containing the code for the application
2020
- `custom_kms_alias`: the alias for the Customer Managed Encryption Key (CMK), which will be used to encrypt/decrypt customer provided data. Note: The Customer Managed Encrytion Key feature must be activated and configured for your organization before attempting to set this value.
21-
- `Applications().update(guid, app_name, business_criticality, description(opt),business_unit(opt), teams(opt), policy_guid(opt), custom_fields(opt array), bus_owner_name(opt), bus_owner_email(opt),git_repo_url(opt))`: update an application profile. Note that partial updates are NOT supported, so you need to provide all values including those that aren't changing.
21+
- `Applications().update(guid, app_name, business_criticality, description(opt),business_unit(opt), teams(opt), policy_guid(opt), custom_fields(opt array), bus_owner_name(opt), bus_owner_email(opt),git_repo_url(opt), custom_kms_alias(opt))`: update an application profile. Note that partial updates are NOT supported, so you need to provide all values including those that aren't changing.
2222
- `Applications().delete(guid)`: delete the application identified by `guid`. This is not a reversible action.
2323

2424
## Custom Fields

0 commit comments

Comments
 (0)