POST
/
sdk
/
{environmentId}
/
sdkSettings
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/sdkSettings \
  --header 'Content-Type: application/json' \
  --data '{
  "dynamicContextProps": {},
  "dynamicWagmiSettings": {}
}'
This response has no body data.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Body

application/json
Updated SDK settings
dynamicContextProps
object
dynamicWagmiSettings
object