curl --request POST \
--url https://api.example.com/api/Configuration/General \
--header 'Content-Type: application/json' \
--data '
[
{
"type": "<string>",
"value": "<string>"
}
]
'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}curl --request POST \
--url https://api.example.com/api/Configuration/General \
--header 'Content-Type: application/json' \
--data '
[
{
"type": "<string>",
"value": "<string>"
}
]
'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Was this page helpful?