Update lookup list
PUT/v1/lookup-lists/:id
Update the name and/or description of an exisiting lookup list. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id stringrequired
GUID of the lookup list.
Example: 7c985e09-3db6-5dc6-ae33-58403493e13f
- application/json
Body
required
id string
GUID of the lookup list.
name string
Possible values: non-empty
and <= 40 characters
Name of the lookup list.
description string
Possible values: <= 400 characters
Description of the lookup list.
Responses
- 200
successful operation
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
id string
GUID of the lookup list.
name string
Possible values: non-empty
and <= 40 characters
Name of the lookup list.
description string
Possible values: <= 400 characters
Description of the lookup list.
{
"id": "7c985e09-3db6-5dc6-ae33-58403493e13f",
"name": "string",
"description": "string"
}
Loading...