A bulk CRUD endpoint for query rewrites. The request body includes one or more create
, update
, or delete
operations. Use /query-rewrite/instances
to get the configuration schemas for your existing query rewrites, or /query-rewrite/schema
and /query-rewrite/schema/{type}
to get the configuration schemas for the available query rewrite types.
In the Fusion UI, some of these types correspond to the types in the Rewrites Manager and others correspond to actions in the Rules Manager.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The app to which this object belongs, as app:SomeApp
. If the app doesn't exist, the request fails. Other comma-separated contexts in the context
parameter are allowed but ignored.
The edit session ID associated with this request. Equivalent to a Fusion username.
Whether to check for conflicts caused by this update.
Whether to check for conflicts caused by creating this query rewrite.
OK
The response is of type string
.