put https://api.bamboohr.com/api/gateway.php//v1/meta/lists/
This resource accepts one or more options. To update an option, specify an ID. You may also remove an option from the list of current values by archiving the value. To create a new option, do not specify an "id" attribute.
Sample Request
{
"options": [
{
"value": "New Value"
},
{
"id": 11412,
"archived": "yes",
"value": "Updated Value"
}
]
}