Updates tenant details using a JSON patch document
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"contractResolver": {}
}
Request Code Samples
curl --location --request PATCH 'https://api.ffdemo.ufp.ai/tenants/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contractResolver": {}
}'
Responses
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