• Modifies an Future from the server based on the id.

    While the immediate response to the request is empty, and additions will be broadcast to all interested listeners on the /future/update event channel.

    Parameters

    • id: string

      the id of the Future to be modified

    • model: FutureRequest
    • path: string = "/api/kos/future"

    Returns Promise<undefined | KosServiceResponse<any>>

    an empty response with status 200.