(create client advertiser-id location-list)
Creates a new location list. Returns the newly created location list if successful.
Creates a new location list. Returns the newly created location list if successful.
(get-by-id client advertiser-id location-list-id)
Gets a location-list by advertiser-id
and location-list-id
.
Gets a location-list by `advertiser-id` and `location-list-id`.
(get-list client advertiser-id opts)
Lists location lists based on a given advertiser id.
Lists location lists based on a given advertiser id.
(update-by-id client advertiser-id location-list-id location-list update-mask)
Updates an existing location-list by advertiser-id
and location-list-id
.
Request body is the same as for create
function. Additionally
update-mask
is a mandatory parameter, it should be a sequence of
fully qualified names of fields (as keywords).
Updates an existing location-list by `advertiser-id` and `location-list-id`. Request body is the same as for [[create]] function. Additionally `update-mask` is a mandatory parameter, it should be a sequence of fully qualified names of fields (as keywords).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close