Update Variant Type
Developing
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Add parameter in cookie access_token
Example:access_token: ********************
or
Body Params application/json
{
"name": "gender updated"
}
Request Code Samples
curl --location --request PUT 'https://mock.apidog.com/m1/1052146-0-default/product/variant-type/vty70474f3fb545e1c8db' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "gender updated"
}'
Responses
application/json Modified at 2026-02-18 08:36:17