GRESB / api-docs

http://gresb.github.io/api-docs/
4 stars 0 forks source link

Add section on how to delete picklist values #118

Open joeyhorst opened 1 year ago

joeyhorst commented 1 year ago

For picklists - POST request with 0,0 as a value - will clear the value from the picklist variable. Not only coverages but also countries, schemes, etc.

For example:

{  
  "variable": "TC_1_A1_1_PCOV",
   "value": "0,0"  
}