Skip to content

Update settings for an app using JSON Merge Patch semantics. Keys present with a value are set, keys present with null are cleared, keys not present are left unchanged.

PATCH
/resources/apps/{appId}/settings

Parameters

Path Parameters

appId*
Type
string
Required

Request Body

JSON
{
  
"additionalProperties": null
}

Responses

No Content

Samples

© 2024 Hantera AB. All rights reserved.