We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8afd16 commit f853f2aCopy full SHA for f853f2a
extras/jsonrpc/daemon.go
@@ -232,8 +232,8 @@ type Location struct {
232
Longitude *string `json:"longitude,omitempty"`
233
}
234
type ClaimCreateOptions struct {
235
- Title string `json:"title"`
236
- Description string `json:"description"`
+ Title *string `json:"title,omitempty"`
+ Description *string `json:"description,omitempty"`
237
Tags []string `json:"tags,omitempty"`
238
Languages []string `json:"languages,omitempty"`
239
Locations []Location `json:"locations,omitempty"`
0 commit comments