curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/sdkSettings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dynamicContextProps": {},
"dynamicWagmiSettings": {},
"frameworkSettings": {
"react": {
"version": "<string>"
},
"nextjs": {
"version": "<string>"
}
}
}
'{}curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/sdkSettings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dynamicContextProps": {},
"dynamicWagmiSettings": {},
"frameworkSettings": {
"react": {
"version": "<string>"
},
"nextjs": {
"version": "<string>"
}
}
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36"95b11417-f18f-457f-8804-68e361f9164f"
Updated SDK settings
Success response
Was this page helpful?