Add custom property definition
documentedAdd a new custom property definition.
Resourcesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.planyo.com/rest/?method=add_custom_property_definition" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "api_key={{PLANYO_API_KEY}}&name={{$name}}&type={{$type}}&possible_values={{$possible_values}}&search_condition={{$search_condition}}&scope={{$scope}}&comment={{$comment}}&icon={{$icon}}&default_visibility={{$default_visibility}}&default_value={{$default_value}}&form_item_name={{$form_item_name}}&aliases={{$aliases}}&language={{$language}}"