Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

UpdateRequest

siemensikkema edited this page Nov 6, 2020 · 3 revisions

UpdateRequest

public protocol UpdateRequest: RequestMakeable

Inheritance

RequestMakeable

Requirements

find(on:​)

static func find(on request: Request) -> EventLoopFuture<Model>

validations(for:​on:​)

static func validations(for model: Model, on request: Request) -> EventLoopFuture<Validations>

update(_:​on:​)

func update(_ model: Model, on request: Request) -> EventLoopFuture<Model>