AppVersionTool
Edits a tool for an application version
put/app/{appId}/version/{appVersion}/tool/{toolPackageName}
Path parameters
appIdnumber required
ID of the target application
appVersionnumber required
Version # of the target application version
toolPackageNamestring required
The NPM package name
Request body
Example request
{
"hiddenSupportedPolicies": [
"@vincent/foo-bar-policy-1",
"@vincent/foo-bar-policy-2"
]
}Response
Successful operation
Example response
{
"appId": 5,
"appVersion": 2,
"toolPackageName": "@vincent/foo-bar",
"toolVersion": "1.0.0",
"hiddenSupportedPolicies": [
"@vincent/foo-bar-policy-1",
"@vincent/foo-bar-policy-2"
]
}