Arguments

key
str
required

The key of the list.

index
number
required

At which index to set the value.

element
str
required

The value to set.

Response

Returns True if the index was in range and the value was set.