curl --request PATCH \
--url https://api.example.com/settings/app \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"app_registry_validation_enabled": false,
"app_executions_query_limit": 100,
"app_interactions_enabled": false
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request PATCH \
--url https://api.example.com/settings/app \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"app_registry_validation_enabled": false,
"app_executions_query_limit": 100,
"app_interactions_enabled": false
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Settings for OAuth authentication.
Successful Response
Was this page helpful?