Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Method description

Update an existing blacklist for this instance.

Security

The calling user must have the EB_ROOT, EB_ADMIN, EB_APP, SEARCH_ADMIN or SEARCH_MANAGER role for this instance or the global instance.

Request Parameters

None

Request Data

The PUT request must include a single object with the updated blacklist data. See Play Service models for details.

The request may include only the fields that are to be updated. 

HTTP codeDescription
201Blacklist has been updated
400Invalid parameters. Error response will include details
401The user does not meet the security criteria
404Blacklist not found


The response will contain the updated blacklist data.

{
  "created_on": "2017-02-15T14:58:34",
  "id": "58a46c9af9cdda5624204134",
  "lang": "es_ES",
  "terms": "prueba 1 es_ES modified",
  "updated_on": "2017-02-16T14:02:26"
}
  • No labels