... sttp val dog = Dog(uuid, name, owner) val response = quickRequest .patch(uri"${site.root}/petstore/$uuid") .body(dog) .send() response.
確定! 回上一頁