Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 449 Bytes

File metadata and controls

34 lines (30 loc) · 449 Bytes
description Automatically generated file. DO NOT MODIFY
mgc directory custom-security-attribute-definitions patch --custom-security-attribute-definition-id {customSecurityAttributeDefinition-id} --body '{
\
    "allowedValues@delta": [
\
        {
\
            "id": "Baker",
\
            "isActive": false
\
        },
\
        {
\
            "id": "Skagit",
\
            "isActive": true
\
        }
\
    ]
\
}
\
'