Spatio.Model.UpdateNoteRequest
(spatio_sdk v0.0.2)
Partial update. Every field is optional; only fields present in the body are touched. null for parentId clears the parent.
Types
@type t() :: %Spatio.Model.UpdateNoteRequest{
archived: boolean() | nil,
content: String.t() | nil,
coverImage: Uri | nil,
icon: String.t() | nil,
parentId: String.t() | nil,
properties: %{optional(String.t()) => any()} | nil,
title: String.t() | nil
}