Skip to main content
PATCH
/
value-lists
/
{value_list_alias}
Update Value List
curl --request PATCH \
  --url https://api.authsignal.com/v1/management/value-lists/{value_list_alias} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "isActive": true,
  "valueListItems": [
    "<string>"
  ]
}
'
{
  "name": "<string>",
  "alias": "<string>",
  "itemType": "string",
  "isActive": true,
  "valueListItems": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Use your Authsignal Management API secret key as the username and leave the password empty. This key is different from the Server API key and can be found in the API Keys section of the Authsignal Portal settings page.

Path Parameters

value_list_alias
string
required

The alias used to identify the value list.

Body

application/json
isActive
boolean
valueListItems
(string | number)[]

Response

OK

name
string
alias
string
itemType
enum<string>
Available options:
string,
number
isActive
boolean
valueListItems
(string | number)[]