Skip to main content

Web Service Method: Update Existing Documents by Filters

Abstract

Web Service Method: Update Existing Documents by Filters

Description

Updates documents by filters.

URL: /api/content/update/type

Content-Type

application/json

Request

Supported Methods

POST

HTTP Parameters

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.

Request Body

ContentSynchronizationRequest

Attribute

Type

Required

Comment

field

String

false

Field type

value

String

false

Field value

Example

{
  "field" : "some field",
  "value" : "some value"
}

Response

Content Type

application/json

Status: 200 - OK