Skip to main content
POST
/
api
/
Configuration
/
recruit-wizard-ai
Updates Recruit Wizard AI Settings.
curl --request POST \
  --url https://api.example.com/api/Configuration/recruit-wizard-ai \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "type": "<string>",
    "value": "<string>"
  }
]
'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Body

application/json
type
string | null
value
string | null

Response

OK