GuidesRecipesAPI ReferenceChangelog
Log In
Changelog
Improved

11.31.0 Changes

Activation code privileges renamed to License Information

The two privileges guarding the activation code and SLASA endpoints were renamed:

  • Read Activation Code is now Read License Information
  • Update Activation Code is now Update License Information

Affected operations:

  • PUT /v1/activation-code — Update License Information
  • GET /v1/activation-code/history — Read License Information
  • POST /v1/activation-code/history — Update License Information
  • POST /v1/activation-code/history/export — Read License Information
  • PATCH /v1/activation-code/organization-name — Update License Information
  • POST /v1/slasa — Update License Information and View JSS Information

The endpoints, request bodies, and responses are unchanged, and existing API roles keep their access — the rename carries over on upgrade. If you create or audit API roles programmatically, or match on privilege names in your own tooling, update those references to the new names.

SMTP authentication types may not all be available

  • GET and PUT /v2/smtp-server

authenticationType now documents that NONE and BASIC may be unavailable depending on how the server is configured. The field and its accepted values are unchanged, but a value your instance doesn't allow will be rejected — call the new GET /v2/smtp-server/allowed-auth-types for the current list before writing.