Path Parameters
ID of the environment
Required string length:
36
Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Updated SDK settings
Response
Success response
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/sdkSettings \
--header 'Content-Type: application/json' \
--data '{
"dynamicContextProps": {},
"dynamicWagmiSettings": {},
"frameworkSettings": {
"react": {
"version": "<string>"
},
"nextjs": {
"version": "<string>"
}
}
}'
This response does not have an example.
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/sdkSettings \
--header 'Content-Type: application/json' \
--data '{
"dynamicContextProps": {},
"dynamicWagmiSettings": {},
"frameworkSettings": {
"react": {
"version": "<string>"
},
"nextjs": {
"version": "<string>"
}
}
}'
This response does not have an example.
ID of the environment
36
"95b11417-f18f-457f-8804-68e361f9164f"
Updated SDK settings
Success response
Was this page helpful?