Skip to main content
PATCH
/
config
/
modules
Module aktualisieren
curl --request PATCH \
  --url https://{tenant}.stamp.eu/rest/config/modules \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "modules": [
    "<string>"
  ]
}
'
{
  "modules": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
modules
string[]
required

Response

Module aktualisiert

modules
string[]