Updates tenant details using a JSON patch document
Request
Body Params application/json
{
"contractResolver": {}
}
Request Code Samples
curl --location --request PATCH '/tenants/' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractResolver": {}
}'
Responses
text/plain
Tenant updated successfully
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}
Modified at 2025-03-21 07:23:14