Skip to content

Update app settings

PATCH
/resources/apps/{appId}/settings

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.

Parameters

Path Parameters

appId*
Type
string
Required

Request Body

JSON
{
  
"additionalProperties": null
}

Responses

No Content

Samples

© 2024 Hantera AB. All rights reserved.