updateBackfill

abstract suspend fun updateBackfill(backfill: Messages.Backfill): Messages.Backfill(source)

Updates the metadata associated with a Backfill and returns the new Backfill. The passed Backfill must have the identifier set. The metadata from the object is completely overwritten, replacing the current metadata of the Backfill. The creation moment is not updated, but the generation is incremented. This returns all tickets waiting on this Backfill back to the active pool, making them no longer pending.

Return

The Backfill with the updated metadata and specifications.

Parameters

backfill

The Backfill with the new metadata to be adopted for the existing data structure in Open Match.

See also

Throws

If no Backfill with this identifier can be found.