content library: find spec
Specifies the properties that can be used as a filter to find libraries. When multiple fields are specified, all properties of the library must match the specification.
Representation:
{
"name" : "string",
"type" : "LOCAL"
}
"name" : "string",
"type" : "LOCAL"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
name | string | Name of the library to search. The name is case-insensitive. See content.library_model.name. Optional. If not specified any name will be searched. |
type | string | Library type to search. See content.library_model.type. Optional. If not specified any library type will be searched. |