Authorizations
Query Parameters
The API ID of the variant.
Example:
"french"
Optional parameter to specify the format of the request body. Passing in this query parameter will validate the request body against the specified format preventing unexpected results if an invalid payload is provided.
Available options:
flat
, structured
, nested
Example:
"structured"
Body
application/json
Object that maps component API IDs to their new attributes.
Example:
{
"signup_username": {
"text": "Nom d'utilisateur",
"status": "FINAL"
}
}