Description |
---|
Updates documents by filters. |
URL: /api/content/update/type
application/json
Supported Methods |
---|
POST |
Parameter | Type | Required | Description |
---|---|---|---|
searchSpaceId | String | true | SearchSpace Identifier |
Note
If you do not specify a searchSpaceId
, the return will list results for the default Search Space.
ContentSynchronizationRequest
Attribute | Type | Required | Comment |
---|---|---|---|
field | String | false | Field type |
value | String | false | Field value |
{
"field" : "some field",
"value" : "some value"
}
application/json
Status: 200 - OK