Path Parameters
Required string length:
36Example:
Available options:
login Body
application/json
curl --request PUT \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/sdkViews/{sdkViewType} \
--header 'Content-Type: application/json' \
--data '{
"sections": [
{
"type": "email",
"label": "<string>",
"numOfItemsToDisplay": 123,
"defaultItem": "<string>",
"alignment": "center"
}
]
}'{
"type": "login",
"sections": [
{
"type": "email",
"label": "<string>",
"numOfItemsToDisplay": 123,
"defaultItem": "<string>",
"alignment": "center"
}
]
}36login Show child attributes
Was this page helpful?
curl --request PUT \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/sdkViews/{sdkViewType} \
--header 'Content-Type: application/json' \
--data '{
"sections": [
{
"type": "email",
"label": "<string>",
"numOfItemsToDisplay": 123,
"defaultItem": "<string>",
"alignment": "center"
}
]
}'{
"type": "login",
"sections": [
{
"type": "email",
"label": "<string>",
"numOfItemsToDisplay": 123,
"defaultItem": "<string>",
"alignment": "center"
}
]
}