Authorizations
Bearer token with Platform JWT token or API Key.
Body
application/json
Version.
Change comment
curl --request PUT \
  --url https://api.revong.com/api/v1/config/instance \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "version": 123,
  "versionComment": "<string>",
  "usersAllowApiKeysUsers": true,
  "usersAllowMailChange": true,
  "usersAllowPasswordLogin": true,
  "usersDisableEmailVerification": true,
  "eventsTriggerEvent": true,
  "eventsEncrypt": true,
  "eventsEncryptKey": "<string>",
  "eventsTriggerFinalized": true,
  "eventsTriggerMetaUpdate": true,
  "eventsTriggerDelete": true,
  "eventTriggerUser": "<string>",
  "providers": [
    "<string>"
  ],
  "usersAllowPasswordLoginIds": [
    "<string>"
  ],
  "disableSupport": true,
  "usersAutoEnabled": true,
  "usersAutoGroups": [
    "<string>"
  ],
  "usersAutoRoleGroups": [
    "<string>"
  ],
  "usersAutoProviders": [
    "<string>"
  ],
  "usersAutoData": {}
}'This response has no body data.ROLES: INSTANCE_ADMIN USER: true SERVICE ACCOUNT: true
curl --request PUT \
  --url https://api.revong.com/api/v1/config/instance \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "version": 123,
  "versionComment": "<string>",
  "usersAllowApiKeysUsers": true,
  "usersAllowMailChange": true,
  "usersAllowPasswordLogin": true,
  "usersDisableEmailVerification": true,
  "eventsTriggerEvent": true,
  "eventsEncrypt": true,
  "eventsEncryptKey": "<string>",
  "eventsTriggerFinalized": true,
  "eventsTriggerMetaUpdate": true,
  "eventsTriggerDelete": true,
  "eventTriggerUser": "<string>",
  "providers": [
    "<string>"
  ],
  "usersAllowPasswordLoginIds": [
    "<string>"
  ],
  "disableSupport": true,
  "usersAutoEnabled": true,
  "usersAutoGroups": [
    "<string>"
  ],
  "usersAutoRoleGroups": [
    "<string>"
  ],
  "usersAutoProviders": [
    "<string>"
  ],
  "usersAutoData": {}
}'This response has no body data.Bearer token with Platform JWT token or API Key.
Version.
Change comment