Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method description

Update an existing boost 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 requested instance.

...

URI Parameters

None

Request Data

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

...

Code Block
languagejs
{
  "enabled": false
}

Response format and codes

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

...