Improved
11.31.0 Changes
6 days ago by [email protected]
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 InformationGET/v1/activation-code/history— Read License InformationPOST/v1/activation-code/history— Update License InformationPOST/v1/activation-code/history/export— Read License InformationPATCH/v1/activation-code/organization-name— Update License InformationPOST/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
GETandPUT/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.