Skip to main content
PUT
/
api
/
Configuration
/
Submissions
Updates Submissions Settings.
curl --request PUT \
  --url https://api.example.com/api/Configuration/Submissions \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "type": "<string>",
    "value": "<string>"
  }
]
'

Body

application/json
type
string | null
value
string | null

Response

200

OK