-
Bug
-
Resolution: Duplicate
-
Major
-
2.8.17
The add operation for my resource contains the following attribute: -
"require-client-auth" => {
"type" => BOOLEAN,
"description" => "Force authentication of the client.",
"expressions-allowed" => true,
"required" => false,
"nillable" => true,
"default" => false
}
So optional and also has a default defined.
The 'Create Resource' dialogue lists this in the optional fields section, however it is shown with the '*' that would indicate it is required.