Liking cljdoc? Tell your friends :D

rex-sheridan.taklo.customFields

https://developer.atlassian.com/cloud/trello/rest/api-group-customfields
raw docstring

add-option-to-custom-field-dropdownclj

(add-option-to-custom-field-dropdown custom-field-id & [opts])

create-new-custom-field-on-boardclj

(create-new-custom-field-on-board model-id name type pos & [opts])

Note that opts for this function refers to request body options rather than query params

Note that opts for this function refers to request body options rather than query params
raw docstring

delete-custom-field-definitionclj

(delete-custom-field-definition custom-field-id)

delete-option-of-custom-field-dropdownclj

(delete-option-of-custom-field-dropdown custom-field-id option-id)

get-custom-fieldclj

(get-custom-field custom-field-id)

get-option-of-custom-field-dropdownclj

(get-option-of-custom-field-dropdown custom-field-id option-id)

get-options-of-custom-field-drop-downclj

(get-options-of-custom-field-drop-down custom-field-id)

update-custom-field-definitionclj

(update-custom-field-definition custom-field-id & [opts])

Note that opts for this function refers to request body options rather than query params

Note that opts for this function refers to request body options rather than query params
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close