Versions Compared

Key

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

...

Method description

Update an existing equalize setting 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 required instance.

...

URI Parameters

None

Request Data

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

...

Code Block
languagejs
{
  "enabled": true
}

Response format and codes

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

...